Use consistent naming
This commit is contained in:
+1
-1
@@ -187,7 +187,7 @@ def create_app(config_name='development'):
|
||||
app.register_blueprint(dashboard.bp)
|
||||
app.register_blueprint(admin.bp)
|
||||
app.register_blueprint(auth.bp)
|
||||
app.register_blueprint(landing.landing_bp) # Landing page (product selection)
|
||||
app.register_blueprint(landing.bp) # Landing page (product selection)
|
||||
|
||||
# Health check endpoint (T208)
|
||||
@app.route('/health')
|
||||
|
||||
Reference in New Issue
Block a user