Add nodes
This commit is contained in:
9
api/nodes/list.php
Normal file
9
api/nodes/list.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
require "../api.php";
|
||||
|
||||
$api = new mcServApi();
|
||||
|
||||
if (!$api->checkAuth()) {
|
||||
die('{"status":500, "error":"Unauthorized"}');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user