Skip to content

Commit 3f8701d

Browse files
committed
Remove unused router
1 parent debc79a commit 3f8701d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

backend/onyx/main.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
from onyx.server.documents.connector import router as connector_router
5252
from onyx.server.documents.credential import router as credential_router
5353
from onyx.server.documents.document import router as document_router
54-
from onyx.server.documents.indexing import router as indexing_router
5554
from onyx.server.documents.standard_oauth import router as oauth_router
5655
from onyx.server.features.document_set.api import router as document_set_router
5756
from onyx.server.features.folder.api import router as folder_router
@@ -312,7 +311,6 @@ def get_application() -> FastAPI:
312311
include_router_with_global_prefix_prepended(
313312
application, token_rate_limit_settings_router
314313
)
315-
include_router_with_global_prefix_prepended(application, indexing_router)
316314
include_router_with_global_prefix_prepended(
317315
application, get_full_openai_assistants_api_router()
318316
)

0 commit comments

Comments
 (0)