Skip to content

Commit

Permalink
fix merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-jaff committed Feb 18, 2025
1 parent d0b7720 commit b1ffe3b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions litellm/proxy/proxy_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -8857,9 +8857,3 @@ async def get_routes():
app.include_router(team_callback_router)
app.include_router(budget_management_router)
app.include_router(model_management_router)

app.include_router(ui_crud_endpoints_router)
app.include_router(openai_files_router)
app.include_router(team_callback_router)
app.include_router(budget_management_router)
app.include_router(model_management_router)

0 comments on commit b1ffe3b

Please sign in to comment.