mirror of
https://github.com/openstf/stf
synced 2025-10-04 18:29:17 +02:00
change /app/api/v1/user -> /api/v1/me
This commit is contained in:
parent
e0a45391ab
commit
0e8b308b6c
2 changed files with 1 additions and 8 deletions
|
@ -5,6 +5,6 @@ module.exports = {
|
|||
function getCurrentUser(req, res) {
|
||||
res.json({
|
||||
success: true
|
||||
, user: {"name": "dummy"}
|
||||
, user: req.user
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue