Skip to content

Commit cf5faa6

Browse files
committed
Added comment to routes file
1 parent 62230fc commit cf5faa6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ def check_session():
4848
# Import routes after app is initialized to avoid circular imports
4949

5050
app.register_blueprint(routes.main) # Register the main blueprint
51-
init_app =init_app(routes.app) # Initialize the app with routes
51+
init_app =routes.init_app(app) # Initialize the app with routes
52+
5253
# app.register_blueprint(routes.auth) # Register the auth blueprint
5354

5455
return app

0 commit comments

Comments
 (0)