Jul 13 - Update web API to support iOS app on scheduled inspection and issue's handler
This commit is contained in:
@@ -50,4 +50,8 @@ def register_api(app):
|
||||
from app.api.comments import bp as comments_bp
|
||||
api_bp.register_blueprint(comments_bp)
|
||||
|
||||
# Scheduled/recurring inspection assignments (phase36) — mobile list
|
||||
from app.api.scheduled import bp as scheduled_bp
|
||||
api_bp.register_blueprint(scheduled_bp)
|
||||
|
||||
app.register_blueprint(api_bp)
|
||||
Reference in New Issue
Block a user