This commit is contained in:
2026-08-04 11:34:01 +07:00
commit 36e9225078
3 changed files with 102 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
http_response_code(404);
echo json_encode([
"message" => "API Running"
]);