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" }, }, }, },