Files
Schule-Sportanmeldung-Backend/api/auth/logout.php
DOMINIK SCHRADER 007dfc57fd Initial Commit
2025-12-01 11:30:25 +01:00

3 lines
79 B
PHP

<?php
session_destroy();
echo json_encode(['message' => 'Logout erfolgreich']);