mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +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!"
|
return "Email sent!"
|
||||||
|
|
||||||
|
|
||||||
@app.get("/google-login", tags=["experimental"])
|
@app.get("/google-login/key/generate", tags=["experimental"])
|
||||||
async def google_login(request: Request):
|
async def google_login(request: Request):
|
||||||
GOOGLE_REDIRECT_URI = os.getenv("GOOGLE_REDIRECT_URI")
|
GOOGLE_REDIRECT_URI = os.getenv("GOOGLE_REDIRECT_URI")
|
||||||
GOOGLE_CLIENT_ID = (
|
GOOGLE_CLIENT_ID = (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue