aboutsummaryrefslogtreecommitdiff
path: root/src/api/routes/verifyGET.js
diff options
context:
space:
mode:
authorPitu <[email protected]>2019-02-19 23:52:24 +0900
committerPitu <[email protected]>2019-02-19 23:52:24 +0900
commit89a271818ed25b0a17a17dd1d6804e34d1f2ec0f (patch)
tree2e63d3b41eeacb8f172f8ee3e1374124b934c6a3 /src/api/routes/verifyGET.js
parentCreate wizard.js (diff)
downloadhost.fuwn.me-89a271818ed25b0a17a17dd1d6804e34d1f2ec0f.tar.xz
host.fuwn.me-89a271818ed25b0a17a17dd1d6804e34d1f2ec0f.zip
Switch config to .env
Diffstat (limited to 'src/api/routes/verifyGET.js')
-rw-r--r--src/api/routes/verifyGET.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/routes/verifyGET.js b/src/api/routes/verifyGET.js
index b6ade59..e588c22 100644
--- a/src/api/routes/verifyGET.js
+++ b/src/api/routes/verifyGET.js
@@ -5,7 +5,7 @@ class verifyGET extends Route {
super('/verify', 'get');
}
- run(req, res, user) {
+ run(req, res, db, user) {
const returnUser = {
id: user.id,
username: user.username,