Skip to content

Commit

Permalink
회원정보 API > 닉네임 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
1angerhans committed Jan 27, 2020
1 parent 3555fa6 commit a52b378
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grails-app/controllers/net/okjsp/UserController.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ class UserController {
def userInfo = [
username: user.username,
fullName: user.person.fullName,
nickname: user.avatar.nickname,
email: user.person.email
]

Expand Down

0 comments on commit a52b378

Please sign in to comment.