mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix routes order
This commit is contained in:
parent
02e552e8f8
commit
424a70c331
1 changed files with 1 additions and 1 deletions
|
@ -9613,10 +9613,10 @@ app.include_router(key_management_router)
|
|||
app.include_router(internal_user_router)
|
||||
app.include_router(team_router)
|
||||
app.include_router(spend_management_router)
|
||||
app.include_router(fine_tuning_router)
|
||||
app.include_router(caching_router)
|
||||
app.include_router(analytics_router)
|
||||
app.include_router(debugging_endpoints_router)
|
||||
app.include_router(ui_crud_endpoints_router)
|
||||
app.include_router(openai_files_router)
|
||||
app.include_router(team_callback_router)
|
||||
app.include_router(fine_tuning_router)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue