Page Redirecting issues Node-js
问题 I'm trying to open places.ejs file on clicking the submit button on show.js page, just like the show.ejs page opens on clicking the submit button on new.ejs file, but a reference error is occurring. Please help me fix the error. I'm attaching herewith my routes.js code and a part of my index.js code Any help would be highly appreciable. Thank you routes.js const { con, sessionStore } = require('./config/db'); exports.new = function(req, res){ message = ''; if(req.method == "POST"){ const post