Skip to content

Commit 8ae319f

Browse files
committed
Add delete output as api utils
1 parent 765ad87 commit 8ae319f

File tree

1 file changed

+2
-0
lines changed
  • vscode-extension/editor/src/utils

1 file changed

+2
-0
lines changed

vscode-extension/editor/src/utils/api.ts

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ export const ROUTE_TABLE = {
88
CANCEL: (hostUrl: string) => urlJoin(hostUrl, API_ENDPOINT, "/cancel"),
99
CLEAR_OUTPUTS: (hostUrl: string) =>
1010
urlJoin(hostUrl, API_ENDPOINT, "/clear_outputs"),
11+
DELETE_OUTPUT: (hostUrl: string) =>
12+
urlJoin(hostUrl, API_ENDPOINT, "/delete_output"),
1113
DELETE_PROMPT: (hostUrl: string) =>
1214
urlJoin(hostUrl, API_ENDPOINT, "/delete_prompt"),
1315
GET_AICONFIGRC: (hostUrl: string) =>

0 commit comments

Comments
 (0)