Browse Source

mod api.ts

tomoya 2 năm trước cách đây
mục cha
commit
e5fefdc902
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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);
+  }
 };