diff --git a/src/stores/authStore.js b/src/stores/authStore.js index c121832..264431a 100644 --- a/src/stores/authStore.js +++ b/src/stores/authStore.js @@ -65,7 +65,7 @@ export const useAuthStore = defineStore('auth', () => { const userInfo = async () => { try { - return await apiClient.get('/user') + return await apiClient.get('/user/') } catch (error) { console.error('Register error:', error) }