use directories for importing new endpoints

This commit is contained in:
Ishaan Jaff 2024-06-15 13:35:21 -07:00
parent c6986c66cc
commit 349724a630
5 changed files with 12 additions and 6 deletions

View file

@ -57,8 +57,12 @@ from litellm.proxy.proxy_server import (
model_list,
LitellmUserRoles,
)
from litellm.proxy.team_endpoints import team_info, new_team, update_team
from litellm.proxy.spend_management_endpoints import (
from litellm.proxy.management_endpoints.team_endpoints import (
team_info,
new_team,
update_team,
)
from litellm.proxy.spend_reporting_endpoints.spend_management_endpoints import (
spend_user_fn,
spend_key_fn,
view_spend_logs,