Skip to content

Commit

Permalink
Merge pull request #2815 from linagora/revert-2814-api-debug
Browse files Browse the repository at this point in the history
Revert "馃悰 Debug: added debug endpoint for channels list"
  • Loading branch information
rezk2ll committed Mar 5, 2024
2 parents a89eb4e + e71e8e8 commit 264fd75
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions twake/backend/node/src/services/channels/web/routes.ts
Expand Up @@ -69,12 +69,6 @@ const routes: FastifyPluginCallback = (fastify: FastifyInstance, options, next)
handler: channelsController.list.bind(channelsController),
});

fastify.route({
method: "GET",
url: `${channelsUrl}debug`,
handler: channelsController.list.bind(channelsController),
});

fastify.route({
method: "GET",
url: `${channelsUrl}/:id`,
Expand Down

0 comments on commit 264fd75

Please sign in to comment.