Jul 13 - Update web API to support iOS app on scheduled inspection and issue's handler

This commit is contained in:
Nguyen Ngo
2026-07-13 12:36:28 -04:00
parent d7be9b8245
commit 729f1a6df8
4 changed files with 203 additions and 0 deletions
+4
View File
@@ -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)