ashok 2 months ago
commit 137c67076f

@ -667,7 +667,7 @@ module.exports = function (fastify, opts, next) {
fastify.route({ fastify.route({
method: "GET", method: "GET",
url: "/api/departmentNameList/:city/:officeName", url: "/api/departmentNameList/:city",
schema: { schema: {
tags: ["Department"], tags: ["Department"],
description: "Get a list of department names for a given city", description: "Get a list of department names for a given city",

Loading…
Cancel
Save