From de832d375f96e250b0cdff107967cd96703dfafe Mon Sep 17 00:00:00 2001 From: Julio Date: Sat, 16 Apr 2016 22:22:23 +0200 Subject: [PATCH] Fix routing --- app/config/routing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/routing.yml b/app/config/routing.yml index 4355a4aef3..f337451f60 100644 --- a/app/config/routing.yml +++ b/app/config/routing.yml @@ -1,6 +1,6 @@ home: - path: / + path: ../../index.php userportal: path: ../../user_portal.php