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")
|
@ApiOperation("Update a theme ==> need to login as admin")
|
||||||
@ApiResponse("theme updated successfully", HttpStatus.Ok)
|
@ApiResponse("theme updated successfully", HttpStatus.Ok)
|
||||||
@ApiAuth()
|
@ApiAuth()
|
||||||
|
@ApiModel(UpdateThemeDTO)
|
||||||
@httpPut(
|
@httpPut(
|
||||||
"/theme",
|
"/theme",
|
||||||
Guard.authAdmin(),
|
Guard.authAdmin(),
|
||||||
|
|||||||
Reference in New Issue
Block a user