Use consistent naming

This commit is contained in:
2025-10-17 15:09:38 +02:00
parent 0ce55123bb
commit b2e582bd9c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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')