Use uvloop

This commit is contained in:
2023-05-14 16:06:01 +02:00
parent 2ebd86e692
commit 217adb85ed
10 changed files with 18 additions and 12 deletions

View File

@@ -9,6 +9,7 @@ from app.serializers import CreateUploadedFile, UploadedFile
from app.services.file_downloader import FileDownloader
from app.services.file_uploader import FileUploader
router = APIRouter(
prefix="/api/v1/files", dependencies=[Depends(check_token)], tags=["files"]
)