mirror of
https://github.com/pinry/pinry.git
synced 2026-01-24 08:09:21 +01:00
Fix: Should remove slash before api
This commit is contained in:
committed by
Isaac Bythewood
parent
65be291c24
commit
0ccef0576a
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user