Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #288 from Arquisoft/UpdateDocs
Browse files Browse the repository at this point in the history
Update docs
  • Loading branch information
Manueluz committed Apr 27, 2024
2 parents d548408 + f4a97c4 commit dbca3e8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion auth_service/user/userEndpoints.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ const getUser = async (req, res) => {
}

res.status(200).json({
user: user
user: {
id: user.id,
name: user.name,
}
});

}catch (error){
Expand Down

0 comments on commit dbca3e8

Please sign in to comment.