We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2797963 commit 088841cCopy full SHA for 088841c
src/components/Navigation.vue
@@ -56,7 +56,7 @@ export default({
56
getProfile(){
57
axios({
58
method: 'get',
59
- url: '/api/v1/profile/isebella',
+ url: '/api/v1/profile',
60
}).then(response => this.user = response.data)
61
},
62
src/views/Profile.vue
@@ -87,7 +87,7 @@ export default({
87
88
89
90
91
92
93
0 commit comments