This commit is contained in:
XlXi 2021-01-10 04:54:54 -05:00
parent 1749dba61d
commit a521113085
2 changed files with 1297 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@ -11,7 +11,7 @@ require $_SERVER["DOCUMENT_ROOT"] . "/../../../WebAssemblies/loader.php";
$page = new Platinus\API();
if(isset($_GET["apiKey"]) && $_GET["apiKey"]=="2b4ba7fc-5843-44cf-b107-ba22d3319dcd"){
$page->RespondJSON(array("data"=>["d4ade5b9e36fd63c3b27a2a747cc8d51"]));
$page->RespondJSON(array("data"=>["d4ade5b9e36fd63c3b27a2a747cc8d51", "e905f3e5c564421557ab77d93576f135"]));
}else{
$page->InvokeError(403, "Unauthorized");
}