From cb9c22df92d50bcbbacd5c3c4180d6492f017095 Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Wed, 11 Jan 2017 21:09:47 +0300 Subject: [PATCH] 'statistics' route address changed. --- .../Bundle/PointToolsBundle/Resources/config/routing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Skobkin/Bundle/PointToolsBundle/Resources/config/routing.yml b/src/Skobkin/Bundle/PointToolsBundle/Resources/config/routing.yml index 70e08da..66c1ada 100644 --- a/src/Skobkin/Bundle/PointToolsBundle/Resources/config/routing.yml +++ b/src/Skobkin/Bundle/PointToolsBundle/Resources/config/routing.yml @@ -27,7 +27,7 @@ user_show: login: '[\w-]+' statistics: - path: /users/top + path: /statistics defaults: { _controller: SkobkinPointToolsBundle:User:top } methods: [GET]