monitorconfig
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user