05/27 Sync with iPad app (Phase D)

This commit is contained in:
Nguyen Ngo
2026-05-27 16:40:46 -04:00
parent cef7252014
commit 1095c8fcde
3 changed files with 193 additions and 0 deletions
+4
View File
@@ -46,4 +46,8 @@ def register_api(app):
from app.api.stats import bp as stats_bp
api_bp.register_blueprint(stats_bp)
# Phase D: Issue comments
from app.api.comments import bp as comments_bp
api_bp.register_blueprint(comments_bp)
app.register_blueprint(api_bp)