Sindbad~EG File Manager

Current Path : /proc/1896507/cwd/routes/
Upload File :
Current File : //proc/1896507/cwd/routes/webhookRoute.js

const router = require("express").Router();
const express = require("express");

const { webhookController } = require("../controllers/webhookcontroller");
router.post(
  "/stripe-webhook",
  express.raw({ type: "application/json" }),
  webhookController
);

module.exports = router;

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists