Added and refactored tests

This commit is contained in:
Mawoka
2022-04-03 15:59:34 +02:00
parent ce75b28397
commit cfb5dbcb66
13 changed files with 283 additions and 110 deletions
-3
View File
@@ -41,9 +41,6 @@ async def shutdown() -> None:
await database_.disconnect()
@app.get("/")
async def root():
return {"message": sio}
app.include_router(users.router, tags=["users"], prefix="/api/v1/users")