Kaynağa Gözat

Fix: Should remove slash before api

pull/169/head
winkidney 5 yıl önce
committed by Isaac Bythewood
ebeveyn
işleme
0ccef0576a
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

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


Yükleniyor…
İptal
Kaydet