Jun 28 - Update and polish UI/UX
This commit is contained in:
@@ -28,6 +28,7 @@ from flask_wtf.csrf import CSRFProtect
|
||||
|
||||
from .auth import bp as auth_bp
|
||||
from .tenants import bp as tenants_bp
|
||||
from .health import bp as health_bp
|
||||
|
||||
csrf = CSRFProtect()
|
||||
|
||||
@@ -83,6 +84,7 @@ def create_panel_app():
|
||||
# ── Blueprints ────────────────────────────────────────────────────────
|
||||
app.register_blueprint(auth_bp) # /login, /logout
|
||||
app.register_blueprint(tenants_bp) # /tenants/…
|
||||
app.register_blueprint(health_bp) # /health/
|
||||
|
||||
# ── Root redirect ─────────────────────────────────────────────────────
|
||||
from flask import redirect, url_for
|
||||
|
||||
Reference in New Issue
Block a user