method
This commit is contained in:
@@ -30,7 +30,7 @@ export class RestaurantPaymentMethodController {
|
||||
return this.restaurantPaymentMethodService.create(restId, createRestaurantPaymentMethodDto);
|
||||
}
|
||||
|
||||
@Get('by-payment-method/:paymentMethodId')
|
||||
@Get(':paymentMethodId')
|
||||
@ApiOperation({ summary: 'Get restaurant payment methods by payment method ID' })
|
||||
@ApiParam({ name: 'paymentMethodId', type: 'string', description: 'Payment method ID' })
|
||||
@ApiOkResponse({ description: 'List of restaurant payment methods for the payment method' })
|
||||
|
||||
Reference in New Issue
Block a user