middlewear issue

This commit is contained in:
adueck 2022-10-13 20:04:59 +05:00
parent a8964793af
commit 7ef471d530
2 changed files with 1584 additions and 1543 deletions

View File

@ -13,6 +13,7 @@ const app = express();
// MIDDLEWARE AND SETUP 🔧 //
app.set("view engine", "ejs");
app.use("/payment/webhook", express.raw({type: "*/*"}))
app.use(express.json());
app.use(express.urlencoded({ extended: true }));
app.use(express.static("public"));

3126
yarn.lock

File diff suppressed because it is too large Load Diff