There was an error while loading. Please reload this page.
1 parent 62230fc commit cf5faa6Copy full SHA for cf5faa6
1 file changed
app.py
@@ -48,7 +48,8 @@ def check_session():
48
# Import routes after app is initialized to avoid circular imports
49
50
app.register_blueprint(routes.main) # Register the main blueprint
51
- init_app =init_app(routes.app) # Initialize the app with routes
+ init_app =routes.init_app(app) # Initialize the app with routes
52
+
53
# app.register_blueprint(routes.auth) # Register the auth blueprint
54
55
return app
0 commit comments