asdasda
This commit is contained in:
parent
1749dba61d
commit
a521113085
File diff suppressed because it is too large
Load Diff
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue