remove /api support

This commit is contained in:
2026-07-31 14:19:48 +08:00
parent 46c69607c5
commit 6330b99860
11 changed files with 75 additions and 67 deletions
@@ -22,7 +22,7 @@ test("panel model kernel renames, overwrites, lists both names, and deletes on t
});
const credentials = {
apiUrl: `http://127.0.0.1:${server.address().port}/api`,
apiUrl: `http://127.0.0.1:${server.address().port}`,
adminToken: "test-token"
};
const handlers = createModelHandlers({ callServer });