From fd6a1619cb7696d0f7e3ab344bc5ac7d9f6cfe77 Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Mon, 16 Sep 2013 19:47:33 +1200 Subject: [PATCH] Remove StaticPublisher route. Now a module --- _config/routes.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_config/routes.yml b/_config/routes.yml index 32161642e..7bb5e7537 100644 --- a/_config/routes.yml +++ b/_config/routes.yml @@ -31,5 +31,4 @@ After: --- Director: rules: - 'admin': 'AdminRootController' - 'dev/buildcache/$Action': 'RebuildStaticCacheTask' \ No newline at end of file + 'admin': 'AdminRootController' \ No newline at end of file