@ -696,7 +696,7 @@ module.exports = function (fastify, opts, next) {
fastify.route({
method: "GET",
url: "/api/states/:stateName/cities",
url: "/api/states/cities/:stateName",
schema: {
tags: ["Department"],
description: "Get the States by cities",