Skip to content

Commit 6256706

Browse files
Fix beta integration
1 parent 7d0993f commit 6256706

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/opencode/src/server/routes/instance

packages/opencode/src/server/routes/instance/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export const InstanceRoutes = (upgrade: UpgradeWebSocket): Hono => {
147147
app.post(TuiPaths.selectSession, (c) => handler(c.req.raw, context))
148148
app.get(TuiPaths.controlNext, (c) => handler(c.req.raw, context))
149149
app.post(TuiPaths.controlResponse, (c) => handler(c.req.raw, context))
150-
app.get(WorkspacePaths.adaptors, (c) => handler(c.req.raw, context))
150+
app.get(WorkspacePaths.adapters, (c) => handler(c.req.raw, context))
151151
app.post(WorkspacePaths.list, (c) => handler(c.req.raw, context))
152152
app.get(WorkspacePaths.list, (c) => handler(c.req.raw, context))
153153
app.get(WorkspacePaths.status, (c) => handler(c.req.raw, context))

0 commit comments

Comments
 (0)