Skip to content
Snippets Groups Projects
Commit c2ed468d authored by Jeroen van Baarsen's avatar Jeroen van Baarsen
Browse files

Also expose username for the /discover endpoint

Fixes #6328
parent 499a1185
No related branches found
No related tags found
Loading
Loading
@@ -15,7 +15,7 @@ module API
Loading
@@ -15,7 +15,7 @@ module API
end end
   
class UserSafe < Grape::Entity class UserSafe < Grape::Entity
expose :name expose :name, :username
end end
   
class UserBasic < Grape::Entity class UserBasic < Grape::Entity
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment