Peter Mutwiri commited on
Commit
8957de8
Β·
1 Parent(s): 47bdf08

refactored verify key

Browse files
Files changed (1) hide show
  1. app/main.py +2 -2
app/main.py CHANGED
@@ -23,7 +23,7 @@ from app.routers import (
23
  flags, # Feature flags
24
  scheduler, # Background jobs
25
  run, # Analytics execution
26
- ai, # AI endpoints (NEW)
27
  )
28
 
29
  # ─── Dependencies ─────────────────────────────────────────────────────────────
@@ -164,7 +164,7 @@ def read_root():
164
  "docs": "/api/docs",
165
  "health": "/api/health/detailed",
166
  "datasources": "/api/datasources",
167
- "ai": "/api/ai",
168
  },
169
  "features": [
170
  "Hybrid entity detection",
 
23
  flags, # Feature flags
24
  scheduler, # Background jobs
25
  run, # Analytics execution
26
+
27
  )
28
 
29
  # ─── Dependencies ─────────────────────────────────────────────────────────────
 
164
  "docs": "/api/docs",
165
  "health": "/api/health/detailed",
166
  "datasources": "/api/datasources",
167
+
168
  },
169
  "features": [
170
  "Hybrid entity detection",