Преглед на файлове

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(


Зареждане…
Отказ
Запис