small fix
This commit is contained in:
parent
d7f489bbfa
commit
5c6c970a6a
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue