Update index.ts

This commit is contained in:
Ângelo Tadeucci 2023-06-06 19:22:43 -03:00
parent 0f4ea82e7b
commit 0e831c8b74

View File

@ -7,8 +7,8 @@ import { app } from "./app";
const options = { const options = {
key: fs.readFileSync("static/certs/key.pem"), key: fs.readFileSync("static/certs/key.pem"),
cert: fs.readFileSync("static/certs/cert.pem"), cert: fs.readFileSync("static/certs/cert.pem"),
passphrase: "123456" passphrase: "123456"
}; };
// const server = http.createServer(app).listen(80); // const server = http.createServer(app).listen(80);