Merge remote-tracking branch 'origin/COG-206' into COG-206
This commit is contained in:
commit
a93bd53529
1 changed files with 0 additions and 3 deletions
|
|
@ -114,9 +114,6 @@ app.include_router(
|
|||
)
|
||||
|
||||
|
||||
@app.get("/authenticated-route")
|
||||
async def authenticated_route(user: User = Depends(current_active_user)):
|
||||
return {"message": f"Hello {user.email}!"}
|
||||
|
||||
@app.get("/")
|
||||
async def root():
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue