diff --git a/src/routes/webhooks/traefik/main.json.ts b/src/routes/webhooks/traefik/main.json.ts index 100f1bbf5..83b6badeb 100644 --- a/src/routes/webhooks/traefik/main.json.ts +++ b/src/routes/webhooks/traefik/main.json.ts @@ -344,11 +344,6 @@ export const get: RequestHandler = async (event) => { replacement: '/js/plausible.js' } }; - // if (traefik.http.routers[id].middlewares.length > 0) { - // traefik.http.routers[id].middlewares.push(`${id}-redir`); - // } else { - // traefik.http.routers[id].middlewares = [`${id}-redir`]; - // } } } for (const coolify of data.coolify) {