product verity
This commit is contained in:
@@ -177,6 +177,7 @@ export class AdminCategoryController extends BaseController {
|
||||
@ApiOperation("Update a theme ==> need to login as admin")
|
||||
@ApiResponse("theme updated successfully", HttpStatus.Ok)
|
||||
@ApiAuth()
|
||||
@ApiModel(UpdateThemeDTO)
|
||||
@httpPut(
|
||||
"/theme",
|
||||
Guard.authAdmin(),
|
||||
|
||||
Reference in New Issue
Block a user