'statistics' route address changed.

This commit is contained in:
Alexey Skobkin 2017-01-11 21:09:47 +03:00
parent bc363c03e7
commit cb9c22df92
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ user_show:
login: '[\w-]+'
statistics:
path: /users/top
path: /statistics
defaults: { _controller: SkobkinPointToolsBundle:User:top }
methods: [GET]