-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FIX]상품 출력 페이지, custom표시 수정 #248
base: main
Are you sure you want to change the base?
Conversation
KimHyeongKeun
commented
Oct 25, 2023
- custom === true 일때 license로 표시되었던 것 custom으로 표기
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
확인 부탁드려요
return new Promise((res) => { | ||
axios | ||
.get( | ||
`/product/products?page=${page}&size=${size}`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Api는 따로 관리하는게 좋을 것 같습니다
아마 constants 폴더 안에 있어요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
넵 알겠습니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
다음부터는 navigate 사용할 때 PATH.js의 변수 사용해주세요 🥹👍