aboutsummaryrefslogtreecommitdiff
path: root/src/api/routes/user/userGET.js
diff options
context:
space:
mode:
authorPitu <[email protected]>2019-03-19 07:58:36 +0000
committerPitu <[email protected]>2019-03-19 07:58:36 +0000
commit107d1f4750e8f82a628b528c4ec200e918be271d (patch)
tree0225bca3fd2a27e81b2ff711e53278cee890fdab /src/api/routes/user/userGET.js
parentadd restart at the end of update command (diff)
downloadhost.fuwn.me-107d1f4750e8f82a628b528c4ec200e918be271d.tar.xz
host.fuwn.me-107d1f4750e8f82a628b528c4ec200e918be271d.zip
API key WIP
Diffstat (limited to 'src/api/routes/user/userGET.js')
-rw-r--r--src/api/routes/user/userGET.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/api/routes/user/userGET.js b/src/api/routes/user/userGET.js
index 7929aac..fe46fd4 100644
--- a/src/api/routes/user/userGET.js
+++ b/src/api/routes/user/userGET.js
@@ -11,8 +11,7 @@ class usersGET extends Route {
user: {
id: user.id,
username: user.username,
- isAdmin: user.isAdmin,
- apiKey: user.apiKey
+ isAdmin: user.isAdmin
}
});
}