瀏覽代碼

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(


Loading…
取消
儲存