summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/DashboardPage.vue
diff options
context:
space:
mode:
authorChristian Hofmaier2018-08-05 02:02:15 +0200
committerChristian Hofmaier2018-08-05 02:02:15 +0200
commitde1b08baefd08b9b805638a23ea4826a38812f53 (patch)
tree327601263287ae310c8f8d7f28cef3361ce51e65 /webapp/src/components/DashboardPage.vue
parentmerge (diff)
downloadbas-de1b08baefd08b9b805638a23ea4826a38812f53.tar.gz
bas-de1b08baefd08b9b805638a23ea4826a38812f53.tar.xz
bas-de1b08baefd08b9b805638a23ea4826a38812f53.zip
code adaption
Diffstat (limited to 'webapp/src/components/DashboardPage.vue')
-rw-r--r--webapp/src/components/DashboardPage.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/src/components/DashboardPage.vue b/webapp/src/components/DashboardPage.vue
index 3d8c62f..87c630a 100644
--- a/webapp/src/components/DashboardPage.vue
+++ b/webapp/src/components/DashboardPage.vue
@@ -229,7 +229,7 @@ export default {
},
created () {
if (this.settings.mini && this.desktop) this.drawerOpen = true
- this.$http('/api/user/info').then(response => {
+ this.$http('/api/users/getUserInfo').then(response => {
this.userFullName = response.data.name
})
}