The project built by gulp always reports 500 and the page can be rendered
I humbly ask the seniors from all sides for advice
仅有的幸福2017-05-16 13:40:51
This module exports
In which file is the outgoing thing referenced?
Express does not need to be written like this. Just execute this file directly and add the port to run it.
高洛峰2017-05-16 13:40:51
This is a sample routing file automatically generated by yo's express generator
var controllers = glob.sync(config.root + '/app/controllers/*.js');
controllers.forEach(function (controller) {
require(controller)(app);
});
Express.js is related to the above picture, which includes all routing files in the controllers folder