We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba99f66 commit 09601f2Copy full SHA for 09601f2
fastapi_project/main.py
@@ -21,8 +21,8 @@ def create_application():
21
if load_sql_project == True:
22
print("SQL_PROJECT is enabled")
23
# Include additional routers if LOAD_SQL_PROJECT is enabled
24
- # from fastapi_project.api.v1 import user
25
- # application.include_router(user.router)
+ from fastapi_project.api.v1 import user
+ application.include_router(user.router)
26
27
# Add CORS middleware
28
# In production, replace the "*" with the actual frontend URL
0 commit comments