Compare commits

..

No commits in common. "main" and "dev" have entirely different histories.
main ... dev

View File

@ -50,7 +50,7 @@ async def upload_handler(request: Request):
} }
) )
url = CDN_DOMAIN + '/' + key url = 'http://' + CDN_DOMAIN + '/' + key
return JSONResponse({'url': url, 'originalFilename': file.filename}) return JSONResponse({'url': url, 'originalFilename': file.filename})