Jun 24 - Implement devices tracker

This commit is contained in:
Nguyen Ngo
2026-06-24 17:00:00 -04:00
parent a40eaa9106
commit 6d249d88f1
8 changed files with 506 additions and 0 deletions
+3
View File
@@ -50,4 +50,7 @@ def register_api(app):
from app.api.comments import bp as comments_bp
api_bp.register_blueprint(comments_bp)
from app.api.devices import bp as devices_bp
api_bp.register_blueprint(devices_bp)
app.register_blueprint(api_bp)