From 50f973d67af54cf52dbdc64e98b33ccd3cd8210e Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 5 Nov 2020 20:01:09 +0100 Subject: Public vote stats --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app.js') diff --git a/app.js b/app.js index e3e811c..92f4c8b 100644 --- a/app.js +++ b/app.js @@ -36,7 +36,7 @@ app.use("/mottovote", checkUser, mottovote); app.use("/quotes", checkUser, quotes); // app.use("/poll", checkUser, poll); // app.use("/profile", checkUser, profile); -app.use("/admin", checkAdmin, admin); +app.use("/admin", checkUser, admin); app.use("/auth", auth); app.listen(process.env.PORT || 5005, () => console.log(`Server started on http://localhost:${process.env.PORT}`)); -- cgit v1.2.3