forked from lolcat/4get
apache
api
v1
index.php
banner
data
docker
icons
lib
oracles
scraper
static
template
.gitignore
Dockerfile
README.md
about.php
admin.php
ami4get.php
api.txt
audio.php
audio_sc.php
captcha.php
docker-compose.yaml
favicon.ico
favicon.php
images.php
index.php
instances.php
music.php
news.php
opensearch.php
opensearch.xml
proxy.php
robots.txt
settings.php
sitemap.php
sitemap.xml
videos.php
web.php
11 lines
135 B
PHP
11 lines
135 B
PHP
<?php
|
|
|
|
header("Content-Type: application/json");
|
|
http_response_code(404);
|
|
|
|
echo json_encode(
|
|
[
|
|
"status" => "Unknown endpoint"
|
|
]
|
|
);
|