Schema({ Productname: { type: String, required: true, trim: true, } ... AddProduct.find(); res.send(Productsdata) }) app.post("/products", ...
確定! 回上一頁