Apply prettier changes
This commit is contained in:
parent
bf1435e21e
commit
035f9111c0
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user