mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 03:19:10 +00:00
FIX: Add route for user TL3 requirements page
This commit is contained in:
parent
9f299b6842
commit
8d06833e51
@ -134,6 +134,7 @@ Discourse::Application.routes.draw do
|
||||
get "users/:id.json" => 'users#show', defaults: {format: 'json'}
|
||||
get 'users/:id/:username' => 'users#show', constraints: {username: USERNAME_ROUTE_FORMAT}
|
||||
get 'users/:id/:username/badges' => 'users#show'
|
||||
get 'users/:id/:username/tl3_requirements' => 'users#show'
|
||||
|
||||
|
||||
post "users/sync_sso" => "users#sync_sso", constraints: AdminConstraint.new
|
||||
|
Loading…
x
Reference in New Issue
Block a user