(20250218) Will MikroTik quick rollback URL for easy testing
This commit is contained in:
@@ -155,6 +155,7 @@ from api.blueprints.common.disable import auth_token_disable_bp
|
||||
# Tech and Testing Blueprints:
|
||||
from api.blueprints.tech.chat_alerts import tech_chat_alert_bp
|
||||
from api.blueprints.test.callback import test_callback_bp
|
||||
from api.blueprints.test.mikrotik_roll_back import test_mikrotik_rollback_bp
|
||||
|
||||
# All the helpers:
|
||||
from api.helpers.user import session
|
||||
@@ -230,6 +231,7 @@ app.register_blueprint(llm_invoke_bp, url_prefix = f"/{MODULE_BASE}/ai")
|
||||
# Tech and Testing Blueprints:
|
||||
app.register_blueprint(tech_chat_alert_bp, url_prefix = f"/{MODULE_BASE}/tech/alert")
|
||||
app.register_blueprint(test_callback_bp, url_prefix = f"/{MODULE_BASE}/test")
|
||||
app.register_blueprint(test_mikrotik_rollback_bp, url_prefix = f"/{MODULE_BASE}/test")
|
||||
|
||||
|
||||
# *****************************************************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user