mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 09:24:54 +00:00
remove comments
This commit is contained in:
@ -47,8 +47,8 @@ export class GroupController {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// @ApiBearerAuth()
|
@ApiBearerAuth()
|
||||||
// @UseGuards(JwtAuthGuard)
|
@UseGuards(JwtAuthGuard)
|
||||||
@Post('control')
|
@Post('control')
|
||||||
async controlGroup(@Body() controlGroupDto: ControlGroupDto) {
|
async controlGroup(@Body() controlGroupDto: ControlGroupDto) {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user