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',