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);