Skip to content

Commit

Permalink
Hotfix - SF 4.1 compatiblity
Browse files Browse the repository at this point in the history
  • Loading branch information
bpolaszek committed Jun 4, 2018
1 parent 1329fe5 commit 0c333f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/config/routing.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd">

<route id="bentools_webpush.subscription" path="" methods="POST DELETE">
<route id="bentools_webpush.subscription" path="/" methods="POST DELETE">
<default key="_controller">BenTools\WebPushBundle\Action\SubscriptionAction::__invoke</default>
</route>

Expand Down

0 comments on commit 0c333f4

Please sign in to comment.