search

Home  >  Q&A  >  body text

gulp built project 500 - Stack Overflow

The project built by gulp always reports 500 and the page can be rendered
I humbly ask the seniors from all sides for advice


迷茫迷茫2810 days ago512

reply all(2)I'll reply

  • 仅有的幸福

    仅有的幸福2017-05-16 13:40:51

    This module exportsIn 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.

    reply
    0
  • 高洛峰

    高洛峰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

    reply
    0
  • Cancelreply