Initial Commit: Tugas Semua Pertemuan
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
header("Access-Control-Allow-Origin: *");
|
||||
header("Content-Type: application/json; charset=UTF-8");
|
||||
|
||||
session_start();
|
||||
session_destroy();
|
||||
|
||||
http_response_code(200);
|
||||
echo json_encode(array("message" => "Logout berhasil"));
|
||||
?>
|
||||
Reference in New Issue
Block a user