summaryrefslogtreecommitdiff
path: root/bucky/util
diff options
context:
space:
mode:
authorpep <yes@peepee.me>2020-07-20 21:38:51 +0000
committerpep <yes@peepee.me>2020-07-20 21:38:51 +0000
commit9a5500c32671a72c43d518c6d2263a9f0c9488b0 (patch)
tree0b508be37d7da95a2cf6854172a942fddc0cc0fa /bucky/util
parentea1b2e5ae26598ced6c2bdbc705756c3c968781c (diff)
moved search to redis, no more bdb
Diffstat (limited to 'bucky/util')
-rw-r--r--bucky/util/auth.js10
1 files changed, 5 insertions, 5 deletions
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",