You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import postRoutes from "./routes/productRouter.js";
const app = express();
dotenv.config();
app.use(bodyParser.json({ limit: "30mb",extended: true })); // bodyParser: sử dụng middleware extended: sẽ cho phép dữ liệu JSON có cấu trúc phức tạp
app.use(bodyParser.urlencoded({ limit: "30mb",extended: true }));// làm cho việc xử lý dữ liệu biểu mẫu HTML trong ứng dụng Node.js trở nên dễ dàng và tiện lợi