mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 12:54:50 +08:00
FIX: regression in badge grant admin page
This commit is contained in:
@ -111,6 +111,7 @@ Discourse::Application.routes.draw do
|
||||
end
|
||||
get "users/:id.json" => 'users#show', defaults: {format: 'json'}
|
||||
get 'users/:id/:username' => 'users#show'
|
||||
get 'users/:id/:username/badges' => 'users#show'
|
||||
|
||||
|
||||
post "users/sync_sso" => "users#sync_sso", constraints: AdminConstraint.new
|
||||
|
Reference in New Issue
Block a user