Skip to content

Commit b2de603

Browse files
feat: update main.py
1 parent 12d7b6f commit b2de603

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

backend/src/main.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
from src.core.config import settings
88
from src.routers import api_router
9-
from src.routes import auth, user
109

1110

1211
def custom_generate_unique_id(route: APIRoute) -> str:
@@ -41,6 +40,4 @@ def custom_generate_unique_id(route: APIRoute) -> str:
4140
)
4241

4342
app.include_router(api_router, prefix=settings.API_V1_STR)
44-
app.include_router(auth.router)
45-
app.include_router(user.router)
4643
add_pagination(app)

0 commit comments

Comments
 (0)