mirror of
https://github.com/discourse/discourse.git
synced 2026-08-26 21:27:16 -05:00
API endpoint for retrieving the current user
This commit is contained in:
@@ -113,6 +113,7 @@ Discourse::Application.routes.draw do
|
||||
end
|
||||
end
|
||||
|
||||
get "session/current" => "session#current"
|
||||
get "session/csrf" => "session#csrf"
|
||||
get "composer-messages" => "composer_messages#index"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user