Initial Commit

This commit is contained in:
DOMINIK SCHRADER
2025-12-01 11:30:25 +01:00
commit 007dfc57fd
20 changed files with 1313 additions and 0 deletions

3
api/auth/logout.php Normal file
View File

@@ -0,0 +1,3 @@
<?php
session_destroy();
echo json_encode(['message' => 'Logout erfolgreich']);