add /spend/tags as allowed route for internal user
This commit is contained in:
parent
7d2298d3c1
commit
e6e5fb5843
@ -344,6 +344,7 @@ class LiteLLMRoutes(enum.Enum):
|
||||
"/key/update",
|
||||
"/key/delete",
|
||||
"/key/info",
|
||||
"/global/spend/tags",
|
||||
]
|
||||
+ spend_tracking_routes
|
||||
+ sso_only_routes
|
||||
|
||||
Loading…
Reference in New Issue
Block a user