diff options
| author | Pitu <[email protected]> | 2019-03-19 07:58:36 +0000 |
|---|---|---|
| committer | Pitu <[email protected]> | 2019-03-19 07:58:36 +0000 |
| commit | 107d1f4750e8f82a628b528c4ec200e918be271d (patch) | |
| tree | 0225bca3fd2a27e81b2ff711e53278cee890fdab /src/api/routes/verifyGET.js | |
| parent | add restart at the end of update command (diff) | |
| download | host.fuwn.me-107d1f4750e8f82a628b528c4ec200e918be271d.tar.xz host.fuwn.me-107d1f4750e8f82a628b528c4ec200e918be271d.zip | |
API key WIP
Diffstat (limited to 'src/api/routes/verifyGET.js')
| -rw-r--r-- | src/api/routes/verifyGET.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/api/routes/verifyGET.js b/src/api/routes/verifyGET.js index e588c22..5875dbb 100644 --- a/src/api/routes/verifyGET.js +++ b/src/api/routes/verifyGET.js @@ -9,7 +9,6 @@ class verifyGET extends Route { const returnUser = { id: user.id, username: user.username, - apiKey: user.apiKey, isAdmin: user.isAdmin }; |