From 9e67d1285f1fb70b9039ebd6c3ea97cc6f05e11c Mon Sep 17 00:00:00 2001 From: Bhaskar Date: Thu, 7 Aug 2025 16:36:34 +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 3ad4efda..d0f1f8e2 100644 --- a/src/routes/departmentRoute.js +++ b/src/routes/departmentRoute.js @@ -667,7 +667,7 @@ module.exports = function (fastify, opts, next) { fastify.route({ method: "GET", - url: "/api/departmentNameList/:city/:officeName", + url: "/api/departmentNameList/:city", schema: { tags: ["Department"], description: "Get a list of department names for a given city",