change entity names
This commit is contained in:
@@ -41,7 +41,7 @@ export class ReviewController {
|
||||
}
|
||||
|
||||
@Get('public/reviews/:foodId')
|
||||
@ApiOperation({ summary: 'Get all reviews of food by id(public - only approved)' })
|
||||
@ApiOperation({ summary: 'Get all reviews of product by id(public - only approved)' })
|
||||
@ApiHeader(API_HEADER_SLUG)
|
||||
@ApiOkResponse({ description: 'List of approved reviews' })
|
||||
@ApiParam({ name: 'foodId', required: true, type: String })
|
||||
|
||||
Reference in New Issue
Block a user