krishnadhulipalla commited on
Commit
ad6bc30
·
1 Parent(s): 0501e91

updated api paths

Browse files
Files changed (1) hide show
  1. backend/api.py +1 -1
backend/api.py CHANGED
@@ -70,7 +70,7 @@ def _client_config():
70
  }
71
  }
72
 
73
- @api.get("oauth/google/start")
74
  def oauth_start():
75
  # optional CSRF protection
76
  log.info("Starting Google OAuth flow")
 
70
  }
71
  }
72
 
73
+ @api.get("/oauth/google/start")
74
  def oauth_start():
75
  # optional CSRF protection
76
  log.info("Starting Google OAuth flow")