Apply prettier changes

This commit is contained in:
AngeloTadeucci 2023-06-06 22:38:31 +00:00 committed by GitHub Actions
parent bf1435e21e
commit 035f9111c0

View File

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