From 9a5500c32671a72c43d518c6d2263a9f0c9488b0 Mon Sep 17 00:00:00 2001 From: pep Date: Mon, 20 Jul 2020 21:38:51 +0000 Subject: moved search to redis, no more bdb --- bucky/util/auth.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'bucky/util/auth.js') diff --git a/bucky/util/auth.js b/bucky/util/auth.js index d457704..709e591 100644 --- a/bucky/util/auth.js +++ b/bucky/util/auth.js @@ -24,11 +24,11 @@ var auth = module.exports = { title: "login" }) }) - app.get("/signup", function(req, res){ - res.render("pages/signup", { - title: "signup" - }) - }) +// app.get("/signup", function(req, res){ +// res.render("pages/signup", { +// title: "signup" +// }) +// }) app.get("/logout", auth.logout) app.put("/api/signup", -- cgit v1.2.3-70-g09d2