mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
(fix) endpoint name
This commit is contained in:
parent
7861b6e21b
commit
582cb682ac
1 changed files with 1 additions and 1 deletions
|
@ -2853,7 +2853,7 @@ async def user_auth(request: Request):
|
|||
return "Email sent!"
|
||||
|
||||
|
||||
@app.get("/google-login", tags=["experimental"])
|
||||
@app.get("/google-login/key/generate", tags=["experimental"])
|
||||
async def google_login(request: Request):
|
||||
GOOGLE_REDIRECT_URI = os.getenv("GOOGLE_REDIRECT_URI")
|
||||
GOOGLE_CLIENT_ID = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue