소스 검색

Fix: Should remove slash before api

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

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

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


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