mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-29 16:14:43 +00:00
Server System
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user