FIX: add route for '/admin/users/list'

This commit is contained in:
Arpit Jalan 2017-04-27 08:32:59 +05:30
parent 5404fb31f8
commit a2be68bacf

@ -95,6 +95,7 @@ Discourse::Application.routes.draw do
resources :users, id: USERNAME_ROUTE_FORMAT, except: [:show] do
collection do
get "list" => "users#index"
get "list/:query" => "users#index"
get "ip-info" => "users#ip_info"
delete "delete-others-with-same-ip" => "users#delete_other_accounts_with_same_ip"