Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Update sMsmode routing configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed Mar 14, 2022
1 parent 6d0cf07 commit 047109b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/config/routing/smsmode.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Resources/config/routing/smsmode.yml
wbw_smsmode_delivery_report_callback:
path: "/delivery-report-callback"
defaults: { _controller: "WBWSMSModeBundle:SMSMode:deliveryReportCallback" }
defaults: { _controller: "WBW\\Bundle\\SMSModeBundle\\Controller\\SMSModeController::deliveryReportCallbackAction" }
methods: [ "GET" ]

wbw_smsmode_sms_reply_callback:
path: "/sms-reply-callback"
defaults: { _controller: "WBWSMSModeBundle:SMSMode:smsReplyCallback" }
defaults: { _controller: "WBW\\Bundle\\SMSModeBundle\\Controller\\SMSModeController::smsReplyCallbackAction" }
methods: [ "GET" ]

0 comments on commit 047109b

Please sign in to comment.