Skip to content

Commit 9e3fbd8

Browse files
author
Matej Bystricky
committed
route
1 parent 7260421 commit 9e3fbd8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/router/RouterFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ public static function createRouter(): RouteList
2626
$router[] = $frontRouter = new RouteList('Front');
2727
$frontRouter[] = new Route('sitemap.xml', 'Sitemap:default');
2828
$frontRouter[] = new Route('sitemap', 'Sitemap:default');
29+
$frontRouter[] = new Route('[<locale=en en|cs>/]copyright-notice', 'Info:copyright');
2930
$frontRouter[] = new Route('[<locale=en en|cs>/]terms-of-use', 'Info:tos');
3031
$frontRouter[] = new Route('[<locale=en en|cs>/]privacy-policy', 'Info:privacy');
3132
$frontRouter[] = new Route('[<locale=en en|cs>/]rest', 'Default:rest');

0 commit comments

Comments
 (0)