Skip to content

Commit

Permalink
Merge pull request #16 from ETSGlobal/fix-unsupported-key-in-routing
Browse files Browse the repository at this point in the history
fix unsupported key 'controller' in routing.yml
  • Loading branch information
nicolas-grevin committed Apr 18, 2019
2 parents 1a934dd + dc10bab commit abd8154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/config/routing.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ets_payment_dotpay_callback_urlc:
path: /transaction/{id}/urlc
controller: ETSPaymentDotpayBundle\Controller\CallbackController::urlc
defaults: { _controller: ETSPaymentDotpayBundle:Callback:urlc }
methods: [GET, POST]
requirements:
id: \d+

0 comments on commit abd8154

Please sign in to comment.