From f48efcf96305144f375734738beab8ce7aa52b02 Mon Sep 17 00:00:00 2001 From: Stig Lindqvist Date: Fri, 17 Jun 2016 14:43:59 +1200 Subject: [PATCH] Change dev/health route to health/check --- _config/routes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config/routes.yml b/_config/routes.yml index 90f27a4..6d2fcfe 100644 --- a/_config/routes.yml +++ b/_config/routes.yml @@ -4,6 +4,6 @@ After: 'framework/*','cms/*' --- Director: rules: - 'dev/health': 'DevHealthController' + 'health/check': 'DevHealthController' 'dev/check/$Suite': 'DevCheckController'