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