소스 검색

mod api.ts

tomoya 2 년 전
부모
커밋
e5fefdc902
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      frontend/src/api.ts

+ 1 - 0
frontend/src/api.ts

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