update AI page
This commit is contained in:
parent
7ca90f3215
commit
4ece2a9461
2
app.js
2
app.js
@ -178,7 +178,7 @@ app.get('/contact', (req, res) => {
|
||||
// Contact Route (Render the contact form)
|
||||
app.get('/chat', (req, res) => {
|
||||
res.render('chat', {
|
||||
title: `Chat ${process.env.OWNER_NAME}`,
|
||||
title: `RayAI - Raven's Chatbot`,
|
||||
msg: undefined,
|
||||
menuItems // Pass the menu items to the view
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user