From 0e831c8b74f3def8224f494fe17293129b1e9d01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=82ngelo=20Tadeucci?= Date: Tue, 6 Jun 2023 19:22:43 -0300 Subject: [PATCH] Update index.ts --- src/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index 689fa854..29128e05 100644 --- a/src/index.ts +++ b/src/index.ts @@ -7,8 +7,8 @@ import { app } from "./app"; const options = { key: fs.readFileSync("static/certs/key.pem"), - cert: fs.readFileSync("static/certs/cert.pem"), - passphrase: "123456" + cert: fs.readFileSync("static/certs/cert.pem"), +passphrase: "123456" }; // const server = http.createServer(app).listen(80);