Skip to content

Commit

Permalink
refactor(api): customFetch 제거, 사용하지 않는 URL 변수 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaymyong66 committed Nov 21, 2024
1 parent 7caab2a commit cf71479
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 76 deletions.
63 changes: 0 additions & 63 deletions frontend/src/api/customFetch.ts

This file was deleted.

14 changes: 1 addition & 13 deletions frontend/src/api/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
export { getCategoryList, postCategory, deleteCategory } from './categories';
export { getTagList } from './tags';
export { customFetch } from './customFetch';
export { QUERY_KEY } from './queryKeys';
export {
PAGE_SIZE,
Expand All @@ -13,17 +12,6 @@ export {
editTemplate,
deleteTemplate,
} from './templates';
export {
CHECK_NAME_API_URL,
LOGIN_API_URL,
LOGIN_STATE_API_URL,
SIGNUP_API_URL,
LOGOUT_API_URL,
postSignup,
postLogin,
postLogout,
getLoginState,
checkName,
} from './authentication';
export { postSignup, postLogin, postLogout, getLoginState, checkName } from './authentication';
export { postLike, deleteLike } from './like';
export { getMemberName } from './members';

0 comments on commit cf71479

Please sign in to comment.