added feedback
هذا الالتزام موجود في:
@@ -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) => {
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم