yuna-c / outsourcing

https://outsourcing-gray.vercel.app
0 stars 2 forks source link

issue: API 분리 이슈 #56

Closed yuna-c closed 1 month ago

yuna-c commented 1 month ago

https://github.com/yuna-c/outsourcing/blob/308c8ada7f8abaeca90f6e6711fc753ee1682d56/src/components/pages/Detail.jsx#L3 https://github.com/yuna-c/outsourcing/blob/308c8ada7f8abaeca90f6e6711fc753ee1682d56/src/components/pages/Search.jsx#L4 저희 API 받아올 때 약간 수정이 필요할 것 같습니다!

https://github.com/yuna-c/outsourcing/blob/308c8ada7f8abaeca90f6e6711fc753ee1682d56/src/core/instance/axiosInstance.js#L1-L10 이런식으로 가져온 URL을

https://github.com/yuna-c/outsourcing/blob/308c8ada7f8abaeca90f6e6711fc753ee1682d56/src/core/api/auth.js#L1-L28 이런식으로 가져와서

https://github.com/yuna-c/outsourcing/blob/308c8ada7f8abaeca90f6e6711fc753ee1682d56/src/components/pages/SignUp.jsx#L2-L38 이런식으로 사용해야하는데 (아직 쿼리 전)

지금 search, detail 두 파일에서 https://github.com/yuna-c/outsourcing/blob/308c8ada7f8abaeca90f6e6711fc753ee1682d56/src/components/pages/Search.jsx#L35-L50 이런식으로 받아오고 있어 수정이 필요할 것 같습니다.

https://github.com/yuna-c/outsourcing/blob/308c8ada7f8abaeca90f6e6711fc753ee1682d56/src/core/api/pharm.js#L1-L6 별도 파일은 만들어 놓았으니! 한번 참고해서 수정 부탁드립니다!

yuna-c commented 1 month ago

59 해결완료