This website works better with JavaScript.
Почетна
Помоћ
Пријавите Се
heuzef
/
pinry
огледало од
https://github.com/pinry/pinry.git
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
44
Вики
Activity
Преглед изворни кода
Fix: Should remove slash before api
pull/169/head
winkidney
пре 5 година
committed by
Isaac Bythewood
родитељ
65be291c24
комит
0ccef0576a
1 измењених фајлова
са
1 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+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(
Write
Preview
Loading…
Откажи
Сачувај