This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
pinry
mirror of
https://github.com/pinry/pinry.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
44
Wiki
Activity
Browse Source
Fix: Fix error caused by user-api path change
pull/169/head
winkidney
5 years ago
committed by
Isaac Bythewood
parent
e634c2d4d8
commit
9a010b5cb2
1 changed files
with
1 additions
and
1 deletions
Split View
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
View File
@@ -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(
Write
Preview
Loading…
Cancel
Save