Fix jwt-token

This commit is contained in:
2025-09-13 12:22:11 +02:00
parent f6b8019038
commit fb02eae663
4 changed files with 13 additions and 13 deletions

View File

@@ -15,7 +15,7 @@ const Users = () => {
const loadUsers = async () => {
try {
setLoading(true)
const response = await api.get('/users')
const response = await api.get('/management/users')
setUsers(response.data.data || [])
} catch (error) {
toast.error('Failed to load users')