Fix jwt-token
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user