From de57e6c38b2b87c3621572957d492e4d36277d57 Mon Sep 17 00:00:00 2001 From: Bhaskar Date: Tue, 28 Jan 2025 15:16:19 +0530 Subject: [PATCH] zone and city based location --- src/routes/departmentRoute.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/departmentRoute.js b/src/routes/departmentRoute.js index 9ebc96a7..4d5d5934 100644 --- a/src/routes/departmentRoute.js +++ b/src/routes/departmentRoute.js @@ -374,8 +374,8 @@ module.exports = function (fastify, opts, next) { type: "object", required: ["city", "zone"], properties: { - city: { type: "string" }, zone: { type: "string" }, + city: { type: "string" }, }, }, },