How to parse text into json in express sever using bodyParser?

后端 未结 0 864
我寻月下人不归
我寻月下人不归 2020-12-18 23:06

I have an express server which is acting as an API, main.ts (this has the code to up the server) looks somewhat like this

const app = express();

app.use(body         


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