mirror of
https://git.bakhai.co.in/FbIN/4Get.git
synced 2025-11-04 20:11:32 +05:30
commit
c6e404d2af
132 changed files with 34951 additions and 0 deletions
10
api/v1/index.php
Normal file
10
api/v1/index.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
header("Content-Type: application/json");
|
||||
http_response_code(404);
|
||||
|
||||
echo json_encode(
|
||||
[
|
||||
"status" => "Unknown endpoint"
|
||||
]
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue