feat: change url name
This commit is contained in:
@@ -69,7 +69,7 @@ export class ProductController {
|
||||
};
|
||||
}
|
||||
|
||||
@Get('get-all')
|
||||
@Get('all')
|
||||
async findAll(
|
||||
@Query('page') page: number,
|
||||
@Query('sub-category') subcategory: string,
|
||||
|
||||
Reference in New Issue
Block a user