File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2084,8 +2084,8 @@ locale.
2084
2084
resource : ' ../../src/Controller/'
2085
2085
type : annotation
2086
2086
host :
2087
- en : ' https:// www.example.com'
2088
- nl : ' https:// www.example.nl'
2087
+ en : ' www.example.com'
2088
+ nl : ' www.example.nl'
2089
2089
2090
2090
.. code-block :: xml
2091
2091
@@ -2096,8 +2096,8 @@ locale.
2096
2096
xsi : schemaLocation =" http://symfony.com/schema/routing
2097
2097
https://symfony.com/schema/routing/routing-1.0.xsd" >
2098
2098
<import resource =" ../../src/Controller/" type =" annotation" >
2099
- <host locale =" en" >https:// www.example.com</host >
2100
- <host locale =" nl" >https:// www.example.nl</host >
2099
+ <host locale =" en" >www.example.com</host >
2100
+ <host locale =" nl" >www.example.nl</host >
2101
2101
</import >
2102
2102
</routes >
2103
2103
@@ -2108,8 +2108,8 @@ locale.
2108
2108
return static function (RoutingConfigurator $routes): void {
2109
2109
$routes->import('../../src/Controller/', 'annotation')
2110
2110
->host([
2111
- 'en' => 'https:// www.example.com',
2112
- 'nl' => 'https:// www.example.nl',
2111
+ 'en' => 'www.example.com',
2112
+ 'nl' => 'www.example.nl',
2113
2113
])
2114
2114
;
2115
2115
};
You can’t perform that action at this time.
0 commit comments