Skip to content

Commit

Permalink
Change returned status code for remove key API (200->204)
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Jun 20, 2018
1 parent f52a966 commit e6552e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/org/thp/cortex/controllers/UserCtrl.scala
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ class UserCtrl @Inject() (
for {
_ checkUserOrganization(userId)
_ authSrv.removeKey(userId)
} yield Ok
} yield NoContent
}

@Timed
Expand Down

0 comments on commit e6552e1

Please sign in to comment.