1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-15 01:24:25 +02:00

Flextype Box Plugin: Site #117

- updates
This commit is contained in:
Awilum
2019-06-01 02:02:54 +03:00
parent 42e4cc19d8
commit aa7985a33f

View File

@@ -2,4 +2,4 @@
namespace Flextype;
$app->get('{uri:.+}', 'SiteController:index')->setName('index');
$app->get('{uri:.+}', 'SiteController:index')->setName('site.index');