Initial Commit
This commit is contained in:
3
api/auth/logout.php
Normal file
3
api/auth/logout.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
session_destroy();
|
||||
echo json_encode(['message' => 'Logout erfolgreich']);
|
||||
Reference in New Issue
Block a user