هذا الالتزام موجود في:
Your Name
2025-11-14 14:04:47 +00:00
الأصل 5bc6b89803
التزام 1e8ae72ed4
2 ملفات معدلة مع 322 إضافات و4 حذوفات

عرض الملف

@@ -305,7 +305,7 @@ const s3Client = new S3Client({
// html views
const views = {
html: path.join(__dirname, '../../public/views'),
about: path.join(__dirname, '../../', 'public/views/about.html'),
feedback: path.join(__dirname, '../../', 'public/views/feedback.html'),
landing: path.join(__dirname, '../../', 'public/views/landing.html'),
login: path.join(__dirname, '../../', 'public/views/login.html'),
activeRooms: path.join(__dirname, '../../', 'public/views/activeRooms.html'),
@@ -807,9 +807,9 @@ function startServer() {
// });
// Lika2 about
// app.get('/about', (req, res) => {
// res.sendFile(views.about);
// });
app.get('/feedback', (req, res) => {
res.sendFile(views.feedback);
});
// // Get stats endpoint
// app.get('/stats', (req, res) => {