Skip to content

Commit

Permalink
[관리자페이지] 주석 삭제 (#159)
Browse files Browse the repository at this point in the history
주석 발견하고 삭제 완료
  • Loading branch information
jungyeons authored Nov 30, 2023
1 parent 221630c commit 8b536c3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/axios/Product.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,7 @@ import {
import { ACCESS_TOKEN } from '../constants/token';
import { CONTENT_TYPE } from '../constants/content-type';

// export const retrieveProduct = () => {
// return request.get(PRODUCT_LIST(), {
// headers: {
// Authorization: sessionStorage.getItem(ACCESS_TOKEN),
// },
// });
// };

export const retrieveProduct = (productOrder) => {
// 상품 순서가 제공되었을 경우, 순서 업데이트를 위한 요청을 보낸다.
if (productOrder) {
Expand Down

0 comments on commit 8b536c3

Please sign in to comment.