diff --git a/routes/payments.js b/routes/payments.js index 147a257..b8f8cee 100644 --- a/routes/payments.js +++ b/routes/payments.js @@ -37,6 +37,7 @@ DB.getDB.then((DB) => { // status: "ok", // }); // }); + router.post("/create-payment-intent", async (req, res) => { const { items } = req.body;