refactor: remove comment

This commit is contained in:
Lorenzo Migliorero
2024-07-24 10:39:15 +02:00
parent 88f67b1c71
commit 1b7ecd5a41

View File

@@ -25,7 +25,6 @@ export const manageDomain = async (app: ApplicationNested, domain: Domain) => {
"web",
);
// if (domain.https && process.env.NODE_ENV === "production") {
if (domain.https) {
config.http.routers[routerNameSecure] = await createRouterConfig(
app,