mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-31 03:12:16 +00:00
fix: use /v1/connectors prefix so frontend API calls work
This commit is contained in:
@@ -86,7 +86,7 @@ def create_connectors_router():
|
||||
|
||||
from openjarvis.core.registry import ConnectorRegistry
|
||||
|
||||
router = APIRouter(prefix="/connectors", tags=["connectors"])
|
||||
router = APIRouter(prefix="/v1/connectors", tags=["connectors"])
|
||||
|
||||
# ------------------------------------------------------------------
|
||||
# Helpers
|
||||
|
||||
Reference in New Issue
Block a user