mirror of
https://github.com/discourse/discourse.git
synced 2025-03-22 12:45:36 +08:00
FIX: add route for '/admin/users/list'
This commit is contained in:
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user