Abilities added to /user and /sign_in requests
This commit is contained in:
parent
6956f1f6e1
commit
28e7d1a8bf
5 changed files with 16 additions and 4 deletions
|
@ -124,7 +124,7 @@ module Gitlab
|
|||
# Example Request:
|
||||
# GET /user
|
||||
get do
|
||||
present @current_user, with: Entities::User
|
||||
present @current_user, with: Entities::UserLogin
|
||||
end
|
||||
|
||||
# Get currently authenticated user's keys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue