/
home
/
infinitibizsol
/
.trash
/
routes.7
/
contact
/
File Upload :
llllll
Current File: /home/infinitibizsol/.trash/routes.7/contact/linkedAccountRoutes.js
import { Router } from "express"; import LinkedAccount from "../../controllers/contact/linkedAccount"; const router = Router(); router.get("/list", LinkedAccount.index); router.post("/add", LinkedAccount.add); router.put("/edit/:id", LinkedAccount.edit); // router.get("/view/:id", LinkedAccount.view); router.delete("/delete/:id", LinkedAccount.deleteData); router.post("/save", LinkedAccount.saveLinkedAccount); export default router;
Copyright ©2k19 -
Hexid
|
Tex7ure