Skip to content

Commit 0c333f4

Browse files
authored
Hotfix - SF 4.1 compatiblity
1 parent 1329fe5 commit 0c333f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/config/routing.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:schemaLocation="http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd">
66

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

0 commit comments

Comments
 (0)