Skip to content

Commit

Permalink
trigger tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pablonyx committed Dec 14, 2024
1 parent 3343b4d commit 5d44810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/onyx/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,8 @@ def get_application() -> FastAPI:
include_router_with_global_prefix_prepended(application, document_router)
include_router_with_global_prefix_prepended(application, admin_query_router)
include_router_with_global_prefix_prepended(application, admin_router)
include_router_with_global_prefix_prepended(application, user_router)
include_router_with_global_prefix_prepended(application, connector_router)
include_router_with_global_prefix_prepended(application, user_router)
include_router_with_global_prefix_prepended(application, credential_router)
include_router_with_global_prefix_prepended(application, cc_pair_router)
include_router_with_global_prefix_prepended(application, folder_router)
Expand Down

0 comments on commit 5d44810

Please sign in to comment.