We can remove the body-parser middleware to parse the request body as raw text. For instance, we can write: const express = require('express'); ...
確定! 回上一頁