Sindbad~EG File Manager

Current Path : /home/infinitibizsol/.trash/routes.7/policy/
Upload File :
Current File : /home/infinitibizsol/.trash/routes.7/policy/paymentPlanRoutes.js

import { Router } from "express";
import PaymentPlan from "../../controllers/policy/paymentPlan";
const router = Router();

router.get("/list", PaymentPlan.index);
router.post("/add", PaymentPlan.add);
router.put("/edit/:id", PaymentPlan.edit);
router.delete("/delete/:id", PaymentPlan.deleteData);

export default router;

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