mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 11:01:24 +00:00
fix: use bridge canvas host for nodes
This commit is contained in:
@@ -377,7 +377,7 @@ export async function startCanvasHost(
|
||||
const handler = await createCanvasHostHandler({
|
||||
runtime: opts.runtime,
|
||||
rootDir: opts.rootDir,
|
||||
basePath: "/",
|
||||
basePath: CANVAS_HOST_PATH,
|
||||
allowInTests: opts.allowInTests,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user