Server System

This commit is contained in:
headlessdev
2025-04-12 12:33:37 +02:00
parent c27713ba27
commit 0506731a12
20 changed files with 2049 additions and 21 deletions

View File

@@ -66,7 +66,6 @@ export default function Dashboard() {
const add = async () => {
try {
const response = await axios.post('/api/applications/add', { name, description, icon, publicURL, localURL });
// Nach erfolgreichem Hinzufügen kannst du auch die Liste neu laden:
getApplications();
} catch (error: any) {
console.log(error.response.data);