05/27 Sync with iPad app (Phase B)
This commit is contained in:
@@ -42,4 +42,8 @@ def register_api(app):
|
||||
from app.api.notifications import bp as notifications_bp
|
||||
api_bp.register_blueprint(notifications_bp)
|
||||
|
||||
# Phase B (stats): Dashboard KPI endpoint
|
||||
from app.api.stats import bp as stats_bp
|
||||
api_bp.register_blueprint(stats_bp)
|
||||
|
||||
app.register_blueprint(api_bp)
|
||||
Reference in New Issue
Block a user