Skip to content

Commit

Permalink
remove duplicate router
Browse files Browse the repository at this point in the history
  • Loading branch information
devincowan committed Nov 14, 2023
1 parent 7510b77 commit 8a0957e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/api/subsetter/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,6 @@
tags=["auth"],
)

app.include_router(
fastapi_users.get_auth_router(cookie_backend),
prefix="/auth/cookie",
tags=["auth"]
)

app.include_router(
fastapi_users.get_users_router(UserRead, UserUpdate),
prefix="/users",
Expand Down

0 comments on commit 8a0957e

Please sign in to comment.