8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f962e9a commit 8a4a1adCopy full SHA for 8a4a1ad
cookbook/routing/scheme.rst
@@ -25,7 +25,7 @@ the URI scheme via schemes:
25
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
26
xsi:schemaLocation="http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd">
27
28
- <route id="secure" path="/secure" schemes="http">
+ <route id="secure" path="/secure" schemes="https">
29
<default key="_controller">AcmeDemoBundle:Main:secure</default>
30
</route>
31
</routes>
0 commit comments