Express trigger not found route for each route

后端 未结 0 1042
耶瑟儿~
耶瑟儿~ 2020-12-07 06:04

I am using express with a pattern like this :

app = express();
router = express.Router();

router.use((req, res, next) => {
  console.log("my middlewa         


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