From 46f30f5b397091c940032b1ec861853883557670 Mon Sep 17 00:00:00 2001 From: Bhaskar Date: Wed, 29 Jan 2025 17:17:06 +0530 Subject: [PATCH] changes --- 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 cfeee179..dff9a456 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: { - zone: { type: "string" }, city: { type: "string" }, + zone: { type: "string" }, }, }, },