소스 검색

Fix: Fix error caused by user-api path change

pull/169/head
winkidney 5 년 전
committed by Isaac Bythewood
부모
커밋
9a010b5cb2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      pinry-spa/src/components/api.js

+ 1
- 1
pinry-spa/src/components/api.js 파일 보기

@@ -110,7 +110,7 @@ const User = {
resolve => resolve(userInfo),
);
}
const url = `${API_PREFIX}users/`;
const url = `${API_PREFIX}/profile/users/`;
return new Promise(
(resolve) => {
axios.get(url).then(


불러오는 중...
취소
저장