我在路线方面有问题。
mywebsiteExample.herokuapp.com/ <- home page
但是有效。
mywebsiteExample.herokuapp.com/aboutme <- another page
这不起作用。它显示h12应用程序错误。
要使此工作有效,我的app.js文件和其他文件需要具备什么?我尝试过:
const routes = require('./routes/routes.js');
app.use('/', routes);