mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
add /spend/tags as allowed route for internal user
This commit is contained in:
parent
16a9f41682
commit
9afa39630c
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