From b557733859bb60f240ab494176579f095be28441 Mon Sep 17 00:00:00 2001 From: AngeloTadeucci Date: Tue, 6 Jun 2023 22:26:56 +0000 Subject: [PATCH] Apply formatting changes --- src/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index 29128e05..689fa854 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);