fix: remove comments

This commit is contained in:
Andras Bacsai 2022-06-09 14:00:41 +02:00
parent 0e3bd85847
commit 1192346ce3

View File

@ -344,11 +344,6 @@ export const get: RequestHandler = async (event) => {
replacement: '/js/plausible.js' 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) { for (const coolify of data.coolify) {