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);