mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 07:54:53 +00:00
making get one automation endpoint RESTful
This commit is contained in:
@ -58,7 +58,7 @@ export class AutomationController {
|
||||
@ApiBearerAuth()
|
||||
@UseGuards(PermissionsGuard)
|
||||
@Permissions('AUTOMATION_VIEW')
|
||||
@Get('details/:automationUuid')
|
||||
@Get(':automationUuid')
|
||||
@ApiOperation({
|
||||
summary: ControllerRoute.AUTOMATION.ACTIONS.GET_AUTOMATION_DETAILS_SUMMARY,
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user