05/27 Sync with iPad app (Phase D)
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user