Skip to content

Commit

Permalink
Merge pull request #9 from Vowow/fix/routing-namepsace
Browse files Browse the repository at this point in the history
fix error 500 on routing
  • Loading branch information
bitbager authored Apr 13, 2018
2 parents 400f7fe + c25830f commit 50650d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/config/routing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ bitbag_sylius_mailchimp_plugin_newsletter_subscribe:
path: /newsletter/subscribe
methods: ["POST", "PATCH"]
defaults:
_controller: MailChimpPlugin:Newsletter:subscribe
_controller: BitBagSyliusMailChimpPlugin:Newsletter:subscribe

0 comments on commit 50650d2

Please sign in to comment.