Add nodes

This commit is contained in:
2026-03-14 13:50:54 +01:00
parent 9bc1c18731
commit cfefd6c928
6 changed files with 27 additions and 188 deletions

9
api/nodes/list.php Normal file
View File

@@ -0,0 +1,9 @@
<?php
require "../api.php";
$api = new mcServApi();
if (!$api->checkAuth()) {
die('{"status":500, "error":"Unauthorized"}');
}