mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
fix: allow Management keys to access user/daily/activity and team/daily/activity
This commit is contained in:
parent
08e4d06f0c
commit
d57d1e67a3
1 changed files with 3 additions and 0 deletions
|
|
@ -511,6 +511,8 @@ class LiteLLMRoutes(enum.Enum):
|
|||
"/user/delete",
|
||||
"/user/info",
|
||||
"/user/list",
|
||||
"/user/daily/activity",
|
||||
"/user/daily/activity/aggregated",
|
||||
# team
|
||||
"/team/new",
|
||||
"/team/update",
|
||||
|
|
@ -523,6 +525,7 @@ class LiteLLMRoutes(enum.Enum):
|
|||
"/team/available",
|
||||
"/team/permissions_list",
|
||||
"/team/permissions_update",
|
||||
"/team/daily/activity",
|
||||
# model
|
||||
"/model/new",
|
||||
"/model/update",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue