We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1329fe5 commit 0c333f4Copy full SHA for 0c333f4
src/Resources/config/routing.xml
@@ -4,7 +4,7 @@
4
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
xsi:schemaLocation="http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd">
6
7
- <route id="bentools_webpush.subscription" path="" methods="POST DELETE">
+ <route id="bentools_webpush.subscription" path="/" methods="POST DELETE">
8
<default key="_controller">BenTools\WebPushBundle\Action\SubscriptionAction::__invoke</default>
9
</route>
10
0 commit comments