Skip to content

Commit 2dae494

Browse files
committed
Merge pull request symfony#2652 from jalliot/patch-2
Fixed scheme in XML format
2 parents f962e9a + 8a4a1ad commit 2dae494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/routing/scheme.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ the URI scheme via schemes:
2525
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2626
xsi:schemaLocation="http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd">
2727
28-
<route id="secure" path="/secure" schemes="http">
28+
<route id="secure" path="/secure" schemes="https">
2929
<default key="_controller">AcmeDemoBundle:Main:secure</default>
3030
</route>
3131
</routes>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy