mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor: remove comment
This commit is contained in:
@@ -25,7 +25,6 @@ export const manageDomain = async (app: ApplicationNested, domain: Domain) => {
|
|||||||
"web",
|
"web",
|
||||||
);
|
);
|
||||||
|
|
||||||
// if (domain.https && process.env.NODE_ENV === "production") {
|
|
||||||
if (domain.https) {
|
if (domain.https) {
|
||||||
config.http.routers[routerNameSecure] = await createRouterConfig(
|
config.http.routers[routerNameSecure] = await createRouterConfig(
|
||||||
app,
|
app,
|
||||||
|
|||||||
Reference in New Issue
Block a user