Cortex rework in progress

This commit is contained in:
2025-11-26 18:01:48 -05:00
parent ca5f582f9c
commit 7e34307b31
8 changed files with 468 additions and 593 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
from fastapi import FastAPI
from router import router
from router import cortex_router
app = FastAPI()
app.include_router(router)
app.include_router(cortex_router)