From 4899944d715491379050173f0cc427f0c9a4f377 Mon Sep 17 00:00:00 2001 From: MD ARIF KHAN Date: Sun, 30 Jul 2023 20:21:59 +0530 Subject: [PATCH] update --- resources/setting/Business_Type/Business_routes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/setting/Business_Type/Business_routes.js b/resources/setting/Business_Type/Business_routes.js index 36e2860..e86d8c0 100644 --- a/resources/setting/Business_Type/Business_routes.js +++ b/resources/setting/Business_Type/Business_routes.js @@ -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);