This commit is contained in:
2024-03-27 20:00:59 +03:00
parent f92171ff84
commit 717596f55c
12 changed files with 226 additions and 133 deletions

View File

@ -14,5 +14,5 @@ app.include_router(auth_router)
@app.get("/")
def read_root():
async def read_root():
return {"message": "OK"}