소스 검색

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

tomoya 2 년 전
부모
커밋
619b5e5fcb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);
   },
 };