aboutsummaryrefslogtreecommitdiff
path: root/auth/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'auth/index.js')
-rw-r--r--auth/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/index.js b/auth/index.js
index e8d23d0..b8f018e 100644
--- a/auth/index.js
+++ b/auth/index.js
@@ -127,4 +127,4 @@ app.get("/api/self", checkUser, async (req, res) => {
}
});
-module.exports = { auth: app, checkUser, checkAdmin };
+module.exports = { auth: app, checkUser, checkAdmin, checkSuperAdmin };