ashok 6 months ago
commit fa2792e20b

@ -551,7 +551,7 @@ module.exports = function (fastify, opts, next) {
fastify.route({ fastify.route({
method: 'POST', method: 'POST',
url: '/support/:supportId/team-member', url: '/supportCreateTeamMember/:supportId',
schema: { schema: {
tags: ['Support'], tags: ['Support'],
summary: 'Create a new team member under a support record', summary: 'Create a new team member under a support record',

Loading…
Cancel
Save