mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix send emails to team members
This commit is contained in:
parent
408899dac8
commit
09b1d52ea1
2 changed files with 49 additions and 43 deletions
|
@ -8915,7 +8915,7 @@ async def new_user(data: NewUserRequest):
|
|||
),
|
||||
),
|
||||
http_request=Request(
|
||||
scope={"type": "http"},
|
||||
scope={"type": "http", "path": "/user/new"},
|
||||
),
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue