How to share data between routes in express?

后端 未结 0 1002
难免孤独
难免孤独 2020-12-16 21:08
        router.post(\'/\',[
        check(\'name\', \'Name is required\').not().isEmpty(),
        check(\'username\', \'Username is required\').not().isEmpty()
             


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