Revert "feat: Enterprise DSS architecture implementation"
Some checks failed
DSS Project Analysis / dss-context-update (push) Has been cancelled
Some checks failed
DSS Project Analysis / dss-context-update (push) Has been cancelled
This reverts commit 9dbd56271e.
This commit is contained in:
@@ -32,7 +32,6 @@ from fastapi.staticfiles import StaticFiles
|
||||
from pydantic import BaseModel
|
||||
|
||||
from apps.api.browser_logger import router as browser_log_router
|
||||
from apps.api.metrics import router as metrics_router
|
||||
from dss import settings
|
||||
|
||||
# Load environment variables from .env file FIRST (before any other imports)
|
||||
@@ -314,9 +313,6 @@ app.add_middleware(
|
||||
# Include browser logger router for console log forwarding
|
||||
app.include_router(browser_log_router)
|
||||
|
||||
# Include metrics router for CI pipeline uploads and dashboard
|
||||
app.include_router(metrics_router)
|
||||
|
||||
# Mount Admin UI static files
|
||||
UI_DIR = Path(__file__).parent.parent.parent / "admin-ui"
|
||||
if UI_DIR.exists():
|
||||
|
||||
Reference in New Issue
Block a user