diff options
| author | pep <yes@peepee.me> | 2020-07-20 21:38:51 +0000 |
|---|---|---|
| committer | pep <yes@peepee.me> | 2020-07-20 21:38:51 +0000 |
| commit | 9a5500c32671a72c43d518c6d2263a9f0c9488b0 (patch) | |
| tree | 0b508be37d7da95a2cf6854172a942fddc0cc0fa /bucky/util/auth.js | |
| parent | ea1b2e5ae26598ced6c2bdbc705756c3c968781c (diff) | |
moved search to redis, no more bdb
Diffstat (limited to 'bucky/util/auth.js')
| -rw-r--r-- | bucky/util/auth.js | 10 |
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", |
