Skip to content

Commit 0315383

Browse files
author
Artem
committed
fix route name
1 parent c43e8cd commit 0315383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/api/src/modules/workbench/workbench.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export class WorkbenchController {
2626
},
2727
],
2828
})
29-
@Post('/commands-execution')
29+
@Post('/command-executions')
3030
@UseInterceptors(ClassSerializerInterceptor)
3131
@ApiRedisParams()
3232
async sendCommands(

0 commit comments

Comments
 (0)