mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-17 23:51:30 +00:00
fix(routes): add /project/list and /project/info to internal_user_routes allowlist
This commit is contained in:
parent
00c6e33a15
commit
c9c935dbd6
1 changed files with 2 additions and 0 deletions
|
|
@ -665,6 +665,8 @@ class LiteLLMRoutes(enum.Enum):
|
|||
"/models/{model_id}",
|
||||
"/guardrails/list",
|
||||
"/v2/guardrails/list",
|
||||
"/project/list",
|
||||
"/project/info",
|
||||
]
|
||||
+ spend_tracking_routes
|
||||
+ key_management_routes
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue