remove /api support
This commit is contained in:
@@ -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 });
|
||||
|
||||
Reference in New Issue
Block a user