mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
add /spend/tags as allowed route for internal user
This commit is contained in:
parent
7d2298d3c1
commit
e6e5fb5843
1 changed files with 1 additions and 0 deletions
|
|
@ -344,6 +344,7 @@ class LiteLLMRoutes(enum.Enum):
|
|||
"/key/update",
|
||||
"/key/delete",
|
||||
"/key/info",
|
||||
"/global/spend/tags",
|
||||
]
|
||||
+ spend_tracking_routes
|
||||
+ sso_only_routes
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue