Skip to content

Commit

Permalink
Update server.mjs
Browse files Browse the repository at this point in the history
F1xGOD authored Nov 24, 2024
1 parent 26ad9c7 commit bc6f613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.mjs
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ const bare = new Server('/bare/', '');
// key: readFileSync('./certs/private.key'),
// cert: readFileSync('./certs/certificate.crt'),
// }}
var server = http.createServer(options)
var server = http.createServer()

async function config(config) {

0 comments on commit bc6f613

Please sign in to comment.