路由在localhost上可用,但在Heroku服务器上不可用

时间:2019-04-14 04:21:18

标签: heroku

我在路线方面有问题。

mywebsiteExample.herokuapp.com/  <- home page

但是有效。

mywebsiteExample.herokuapp.com/aboutme <- another page

这不起作用。它显示h12应用程序错误。

要使此工作有效,我的app.js文件和其他文件需要具备什么?我尝试过:

const routes = require('./routes/routes.js');
app.use('/', routes);

0 个答案:

没有答案