Skip to content

Commit 1fb6264

Browse files
#RI-3432-update workbench commands execution api (#1112)
1 parent 02b562b commit 1fb6264

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

redisinsight/ui/src/slices/workbench/wb-results.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ export function sendWBCommandAction({
219219
const { data, status } = await apiService.post<CommandExecution[]>(
220220
getUrl(
221221
id,
222-
ApiEndpoints.WORKBENCH_COMMANDS_EXECUTION,
222+
ApiEndpoints.WORKBENCH_COMMAND_EXECUTIONS,
223223
),
224224
{
225225
commands,
@@ -270,7 +270,7 @@ export function sendWBCommandClusterAction({
270270
const { data, status } = await apiService.post<CommandExecution[]>(
271271
getUrl(
272272
id,
273-
ApiEndpoints.WORKBENCH_COMMANDS_EXECUTION,
273+
ApiEndpoints.WORKBENCH_COMMAND_EXECUTIONS,
274274
),
275275
{
276276
...options,

0 commit comments

Comments
 (0)