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)
|
// 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
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user