gg
This commit is contained in:
@@ -8,7 +8,7 @@ import { RolesGuard } from "../auth/guards/auth.guards";
|
||||
@ApiTags("Social Poster")
|
||||
@ApiBearerAuth()
|
||||
@UseGuards(RolesGuard)
|
||||
@Roles("admin")
|
||||
@Roles("superadmin")
|
||||
@Controller("social-poster")
|
||||
export class SocialPosterController {
|
||||
constructor(private readonly socialPosterService: SocialPosterService) {}
|
||||
|
||||
Reference in New Issue
Block a user