Omkar008 commited on
Commit
917ae64
1 Parent(s): 3ef7ca1

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +1 -1
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"