From 6037842c10969922f6b7d3ee3e57d00030e12d00 Mon Sep 17 00:00:00 2001 From: Leandro Facchinetti Date: Sun, 14 Mar 2021 22:13:17 +0000 Subject: [PATCH] --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index a1b954b..a3d7269 100644 --- a/src/index.ts +++ b/src/index.ts @@ -19,7 +19,7 @@ export default function killTheNewsletter( ): { webApplication: express.Express; emailApplication: SMTPServer } { const webApplication = express(); - webApplication.set("url", "http://leafac.local:4000"); + webApplication.set("url", "http://localhost:4000"); webApplication.set("email", "smtp://localhost:2525"); webApplication.set("administrator", "mailto:kill-the-newsletter@leafac.com");