Skip to content

Commit

Permalink
sql project
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa6765 committed May 25, 2024
1 parent ba99f66 commit 09601f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastapi_project/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ def create_application():
if load_sql_project == True:
print("SQL_PROJECT is enabled")
# Include additional routers if LOAD_SQL_PROJECT is enabled
# from fastapi_project.api.v1 import user
# application.include_router(user.router)
from fastapi_project.api.v1 import user
application.include_router(user.router)

# Add CORS middleware
# In production, replace the "*" with the actual frontend URL
Expand Down

0 comments on commit 09601f2

Please sign in to comment.