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

后端 未结 0 1433
温柔的废话
温柔的废话 2021-02-14 20:50

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

\'use strict\';

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

     . .         


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