Browse Source

Merge branch 'master' of http://git.choozmo.com:3000/ai-anchor/video-maker

tomoya 2 years ago
parent
commit
619b5e5fcb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/src/api.ts

+ 1 - 1
frontend/src/api.ts

@@ -107,6 +107,6 @@ export const api = {
     params.append("username", username);
     params.append("password", "google");
 
-    return axios.post(`${apiUrl}/api/v1/login/access-token`, params);
+    return axios.post(`${apiUrl}/api/v1/login/google/access-token`, params);
   },
 };