aboba
This commit is contained in:
@ -14,5 +14,5 @@ app.include_router(auth_router)
|
||||
|
||||
|
||||
@app.get("/")
|
||||
def read_root():
|
||||
async def read_root():
|
||||
return {"message": "OK"}
|
||||
|
||||
Reference in New Issue
Block a user