Skip to content

Commit

Permalink
rest: add user id to get-you endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanRosendal committed Dec 15, 2023
1 parent 83665bc commit fd7ff9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reana_server/rest/users.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ def get_you(user):
return (
jsonify(
{
"id_": user.id_,
"email": user.email,
"reana_server_version": __version__,
"reana_token": {
Expand Down

0 comments on commit fd7ff9c

Please sign in to comment.