How to post some json data to a route in api

前端 未结 0 868
孤城傲影
孤城傲影 2020-11-30 12:37

I\'ve created a very simple API in NodeJs. Here is the code:

const Post = require(\'../models/article\');
...
router.post(\'/contribute\', (req, res) => {
         


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