Skip to content
Snippets Groups Projects
Commit 6f5a9b41 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge pull request #6360 from jvanbaarsen/fix-6328-expose-username

Also expose username for the /discover endpoint
parents c8e1c53f c2ed468d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -15,7 +15,7 @@ module API
end
 
class UserSafe < Grape::Entity
expose :name
expose :name, :username
end
 
class UserBasic < Grape::Entity
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment