16 lines
No EOL
438 B
YAML
16 lines
No EOL
438 B
YAML
# insurance
|
|
|
|
insurance_listener:
|
|
path: /insurance/listen
|
|
controller: App\Controller\InsuranceController::listen
|
|
methods: [POST]
|
|
|
|
insurance_payment_success:
|
|
path: /insurance/payment/success
|
|
controller: App\Controller\InsuranceController::paymentSuccess
|
|
methods: [GET]
|
|
|
|
insurance_payment_cancel:
|
|
path: /insurance/payment/cancel
|
|
controller: App\Controller\InsuranceController::paymentCancel
|
|
methods: [GET] |