ソースを参照

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(


読み込み中…
キャンセル
保存