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