Przeglądaj źródła

Fix: Fix error caused by user-api path change

pull/169/head
winkidney 5 lat temu
committed by Isaac Bythewood
rodzic
commit
9a010b5cb2
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      pinry-spa/src/components/api.js

+ 1
- 1
pinry-spa/src/components/api.js Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz