Why the object is not passed within the callback of the route handler of express.Router(), being exported from different module?

后端 未结 0 564
小蘑菇
小蘑菇 2021-02-14 21:07

Entrypoint of my server is publisher.js. Its code is the following:

\'use strict\';

const publishingRoute = require(\'./routes/enqueue\');

     . .         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题