ashok 5 months ago
commit 1f57e532bd

@ -813,7 +813,7 @@ module.exports = function (fastify, opts, next) {
handler: installationController.getCategorizedIssue
});
fastify.post("/api/assignTeammember/:supportId/:support_teamMemberId", {
fastify.post("/api/updateStatusTeammember/:supportId/:support_teamMemberId", {
schema: {
description: "Team Member status matain for support",
tags: ["Support"],

Loading…
Cancel
Save