monitorconfig

This commit is contained in:
QuangMinh_123
2026-05-29 11:10:51 +07:00
parent 2683cdb882
commit edc4fc44c5
6 changed files with 98 additions and 19 deletions

View File

@@ -18,6 +18,10 @@ from modules.device.routes import (
device_bp
)
from modules.monitor_config.routes import (
monitor_config_bp
)
app = Flask(__name__)
# Register Global Exception Handlers
@@ -39,6 +43,11 @@ app.register_blueprint(
url_prefix="/api/devices"
)
app.register_blueprint(
monitor_config_bp,
url_prefix="/api/devices"
)
# @app.route("/")
# def home():
# return {