This commit is contained in:
MD ARIF KHAN 2023-07-30 20:21:59 +05:30
parent 70bfc0731a
commit 4899944d71

View File

@ -8,7 +8,7 @@ import {
updateBusiness_Type,
deleteBusiness_TypeById,
getBusiness_TypeByIdWithState,
} from "./business_controller.js";
} from "./Business_controller.js";
router.get("/newid", getNewId);
router.get("/", getAllBusiness_Types);