small fix

This commit is contained in:
nquidox 2025-09-14 11:40:08 +03:00
parent d7f489bbfa
commit 5c6c970a6a

View file

@ -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)
}