mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
work in progress add support for groups
This commit is contained in:
@@ -27,6 +27,7 @@ Discourse::Application.routes.draw do
|
||||
resources :site_settings
|
||||
get 'reports/:type' => 'reports#show'
|
||||
|
||||
resources :groups
|
||||
resources :users, id: USERNAME_ROUTE_FORMAT do
|
||||
collection do
|
||||
get 'list/:query' => 'users#index'
|
||||
|
||||
Reference in New Issue
Block a user