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 @@ -2429,8 +2429,8 @@ locale.
2429
2429
resource : ' ../../src/Controller/'
2430
2430
type : annotation
2431
2431
host :
2432
- en : ' https:// www.example.com'
2433
- nl : ' https:// www.example.nl'
2432
+ en : ' www.example.com'
2433
+ nl : ' www.example.nl'
2434
2434
2435
2435
.. code-block :: xml
2436
2436
@@ -2441,8 +2441,8 @@ locale.
2441
2441
xsi : schemaLocation =" http://symfony.com/schema/routing
2442
2442
https://symfony.com/schema/routing/routing-1.0.xsd" >
2443
2443
<import resource =" ../../src/Controller/" type =" annotation" >
2444
- <host locale =" en" >https:// www.example.com</host >
2445
- <host locale =" nl" >https:// www.example.nl</host >
2444
+ <host locale =" en" >www.example.com</host >
2445
+ <host locale =" nl" >www.example.nl</host >
2446
2446
</import >
2447
2447
</routes >
2448
2448
@@ -2453,8 +2453,8 @@ locale.
2453
2453
return function (RoutingConfigurator $routes) {
2454
2454
$routes->import('../../src/Controller/', 'annotation')
2455
2455
->host([
2456
- 'en' => 'https:// www.example.com',
2457
- 'nl' => 'https:// www.example.nl',
2456
+ 'en' => 'www.example.com',
2457
+ 'nl' => 'www.example.nl',
2458
2458
])
2459
2459
;
2460
2460
};
You can’t perform that action at this time.
0 commit comments