From aea3ff8d3c3f53c18ef1c2835dc6deba23b9eba9 Mon Sep 17 00:00:00 2001 From: pizzadogsquared Date: Mon, 20 Apr 2026 21:48:56 -0700 Subject: [PATCH] Removed chatbot route, closes #27 --- index.js | 4 ---- views/partials/navbar.ejs | 1 - 2 files changed, 5 deletions(-) diff --git a/index.js b/index.js index 5716a95..7f5f828 100644 --- a/index.js +++ b/index.js @@ -357,10 +357,6 @@ app.post("/resend-verification", async (req, res) => { } }); -app.get("/chatbot", (req, res) => { - res.render("chatbot"); -}); - // OpenAI client const openai = new OpenAI({ apiKey: process.env.OPENAI_API_KEY }); diff --git a/views/partials/navbar.ejs b/views/partials/navbar.ejs index cb1f79a..1c5ae53 100644 --- a/views/partials/navbar.ejs +++ b/views/partials/navbar.ejs @@ -9,7 +9,6 @@