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

@@ -20,8 +20,8 @@ const System = () => {
const loadSystemInfo = async () => {
try {
setLoading(true)
// This would be a real API endpoint in production
const response = await api.get('/system/info')
// Use the management system-info endpoint
const response = await api.get('/management/system-info')
setSystemInfo(response.data.data)
} catch (error) {
// Mock data for development