update AI page

This commit is contained in:
Raven Scott 2024-10-02 04:24:40 -04:00
parent 7ca90f3215
commit 4ece2a9461

2
app.js
View File

@ -178,7 +178,7 @@ app.get('/contact', (req, res) => {
// Contact Route (Render the contact form) // Contact Route (Render the contact form)
app.get('/chat', (req, res) => { app.get('/chat', (req, res) => {
res.render('chat', { res.render('chat', {
title: `Chat ${process.env.OWNER_NAME}`, title: `RayAI - Raven's Chatbot`,
msg: undefined, msg: undefined,
menuItems // Pass the menu items to the view menuItems // Pass the menu items to the view
}); });