update
This commit is contained in:
@@ -66,7 +66,7 @@ app.route({
|
||||
})
|
||||
},
|
||||
}).define(async (ctx) => {
|
||||
const url = opencodeManager.getUrl();
|
||||
const url = await opencodeManager.getUrl();
|
||||
ctx.body = { content: url };
|
||||
}).addTo(app);
|
||||
// 调用 path: opencode key: ls-projects
|
||||
|
||||
Reference in New Issue
Block a user