Spaces:
Running
Running
Update test.py
Browse files
test.py
CHANGED
@@ -43,7 +43,7 @@ async def login_google():
|
|
43 |
}
|
44 |
|
45 |
|
46 |
-
app.get("/test")
|
47 |
async def test_google(code:str):
|
48 |
|
49 |
token_url = "https://accounts.google.com/o/oauth2/token"
|
|
|
43 |
}
|
44 |
|
45 |
|
46 |
+
@app.get("/test")
|
47 |
async def test_google(code:str):
|
48 |
|
49 |
token_url = "https://accounts.google.com/o/oauth2/token"
|