Initial commit: enterprise digital platform with portal SSO, DigiServer, IT Assets, NetworkView, Server Monitor

This commit is contained in:
ske087
2026-05-10 21:07:50 +03:00
commit 8d9df56b0b
364 changed files with 73655 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
from app.routes.auth import bp as auth_bp
from app.routes.dashboard import bp as dashboard_bp
from app.routes.settings import bp as settings_bp
from app.routes.api import bp as api_bp
__all__ = ['auth_bp', 'dashboard_bp', 'settings_bp', 'api_bp']