Apply formatting changes

This commit is contained in:
AngeloTadeucci 2023-06-06 22:26:56 +00:00 committed by GitHub Actions
parent 0e831c8b74
commit b557733859

View File

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