diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index e693be0..479332b 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -2592,7 +2592,7 @@ function UploadShareAdminPanel({ toast }) { const [showLogs, setShowLogs] = useState(false); const load = () => { - api('/users').then(setUsers).catch(()=>{}); + api('/admin/users').then(setUsers).catch(()=>{}); }; const loadLogs = () => { api('/upload-shares/admin/logs').then(setLogs).catch(()=>{}); @@ -2635,7 +2635,7 @@ function UploadShareAdminPanel({ toast }) { 📋 Nutzungsprotokoll anzeigen {showLogs && ( -