Commit 0b45bcd0 authored by Patrick's avatar Patrick
Browse files

update port

Showing with 1 addition and 1 deletion
+1 -1
......@@ -32,7 +32,7 @@ const httpsServer = https.createServer(credentials, app);
// console.log('HTTP Server running on port 80');
// });
httpsServer.listen(8083, () => {
httpsServer.listen(8081, () => {
console.log('HTTPS Server running on port 443');
});
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment