aboutsummaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'app.js')
-rw-r--r--app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.js b/app.js
index 2406f56..2ec5c56 100644
--- a/app.js
+++ b/app.js
@@ -35,7 +35,7 @@ app.use("/", express.static(__dirname + "/overview/public"));
app.use("/mottovote", checkUser, mottovote);
app.use("/quotes", checkUser, quotes);
// app.use("/poll", checkUser, poll);
-// app.use("/profile", checkUser, profile);
+app.use("/profile", checkUser, profile);
app.use("/admin", checkAdmin, admin);
app.use("/auth", auth);