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 @@ -2113,8 +2113,8 @@ locale.
2113
2113
resource : ' ../../src/Controller/'
2114
2114
type : annotation
2115
2115
host :
2116
- en : ' https:// www.example.com'
2117
- nl : ' https:// www.example.nl'
2116
+ en : ' www.example.com'
2117
+ nl : ' www.example.nl'
2118
2118
2119
2119
.. code-block :: xml
2120
2120
@@ -2125,8 +2125,8 @@ locale.
2125
2125
xsi : schemaLocation =" http://symfony.com/schema/routing
2126
2126
https://symfony.com/schema/routing/routing-1.0.xsd" >
2127
2127
<import resource =" ../../src/Controller/" type =" annotation" >
2128
- <host locale =" en" >https:// www.example.com</host >
2129
- <host locale =" nl" >https:// www.example.nl</host >
2128
+ <host locale =" en" >www.example.com</host >
2129
+ <host locale =" nl" >www.example.nl</host >
2130
2130
</import >
2131
2131
</routes >
2132
2132
@@ -2137,8 +2137,8 @@ locale.
2137
2137
return static function (RoutingConfigurator $routes): void {
2138
2138
$routes->import('../../src/Controller/', 'annotation')
2139
2139
->host([
2140
- 'en' => 'https:// www.example.com',
2141
- 'nl' => 'https:// www.example.nl',
2140
+ 'en' => 'www.example.com',
2141
+ 'nl' => 'www.example.nl',
2142
2142
])
2143
2143
;
2144
2144
};
You can’t perform that action at this time.
0 commit comments