mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:13:31 +02:00
change /app/api/v1/user -> /api/v1/me
This commit is contained in:
@@ -5,6 +5,6 @@ module.exports = {
|
||||
function getCurrentUser(req, res) {
|
||||
res.json({
|
||||
success: true
|
||||
, user: {"name": "dummy"}
|
||||
, user: req.user
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user