status añadido, cambios en el responsive al ver el producto
This commit is contained in:
@@ -16,7 +16,7 @@ export class UsersController {
|
||||
@ApiOperation({ summary: 'Get all products with pagination and filters' })
|
||||
@ApiResponse({ status: 200, description: 'Return paginated products.' })
|
||||
async findAll(@Query() paginationDto: PaginationDto) {
|
||||
const result = await this.inventoryService.findAll(paginationDto);
|
||||
const result = await this.inventoryService.findAll(paginationDto,true);
|
||||
return {
|
||||
message: 'products fetched successfully',
|
||||
data: result.data,
|
||||
|
||||
Reference in New Issue
Block a user