July 6 - Optimize codes

This commit is contained in:
2026-07-06 17:18:29 -04:00
parent dc014ace13
commit 2c1d9f5e77
6 changed files with 64 additions and 131 deletions
-3
View File
@@ -50,7 +50,4 @@ 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)