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,7 +7,7 @@ import { app } from "./app";
const options = {
key: fs.readFileSync("static/certs/key.pem"),
cert: fs.readFileSync("static/certs/cert.pem"),
cert: fs.readFileSync("static/certs/cert.pem"),
passphrase: "123456"
};