master^2
Bhaskar 2 months ago
parent b65c5cfa1d
commit 9e67d1285f

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

Loading…
Cancel
Save