Kaynağa Gözat

Fix: Fix error caused by user-api path change

pull/169/head
winkidney 5 yıl önce
committed by Isaac Bythewood
ebeveyn
işleme
9a010b5cb2
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      pinry-spa/src/components/api.js

+ 1
- 1
pinry-spa/src/components/api.js Dosyayı Görüntüle

@@ -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(


Yükleniyor…
İptal
Kaydet