diff --git a/twake/backend/node/src/services/channels/web/routes.ts b/twake/backend/node/src/services/channels/web/routes.ts index 0957a2458..3e40beb75 100644 --- a/twake/backend/node/src/services/channels/web/routes.ts +++ b/twake/backend/node/src/services/channels/web/routes.ts @@ -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`,