From 9867ba326051ba6b3a6500473d004ae644e937ca Mon Sep 17 00:00:00 2001 From: Bhaskar Date: Mon, 12 May 2025 14:29:15 +0530 Subject: [PATCH] changes --- src/routes/installationRoute.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/installationRoute.js b/src/routes/installationRoute.js index 2bdcba8a..84af3361 100644 --- a/src/routes/installationRoute.js +++ b/src/routes/installationRoute.js @@ -551,7 +551,7 @@ module.exports = function (fastify, opts, next) { fastify.route({ method: 'POST', - url: '/support/:supportId/team-member', + url: '/supportCreateTeamMember/:supportId', schema: { tags: ['Support'], summary: 'Create a new team member under a support record',