add usage endpoints for internal user
This commit is contained in:
parent
09894204a5
commit
034de5b3cc
@ -345,6 +345,12 @@ class LiteLLMRoutes(enum.Enum):
|
||||
"/key/delete",
|
||||
"/key/info",
|
||||
"/global/spend/tags",
|
||||
"/global/spend/keys",
|
||||
"/global/spend/models",
|
||||
"global/spend/provider",
|
||||
"/global/spend/end_users",
|
||||
"/global/activity",
|
||||
"/global/activity/model",
|
||||
]
|
||||
+ spend_tracking_routes
|
||||
+ sso_only_routes
|
||||
|
||||
Loading…
Reference in New Issue
Block a user