From ad445326cc92450716f98d3490ef29c89cd21afe Mon Sep 17 00:00:00 2001 From: Bhaskar Date: Mon, 12 May 2025 14:30:45 +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 84af3361..cc52d4a0 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: '/supportCreateTeamMember/:supportId', + url: '/api/supportCreateTeamMember/:supportId', schema: { tags: ['Support'], summary: 'Create a new team member under a support record',