diff --git a/src/product/product.controller.ts b/src/product/product.controller.ts index 2a0ef46..058cf15 100644 --- a/src/product/product.controller.ts +++ b/src/product/product.controller.ts @@ -69,7 +69,7 @@ export class ProductController { }; } - @Get('get-all') + @Get('all') async findAll( @Query('page') page: number, @Query('sub-category') subcategory: string,