Commit 85c2f528 authored by Patrick's avatar Patrick
Browse files

change port

parent f349df52
......@@ -38,7 +38,7 @@ const httpsServer = https.createServer(credentials, app);
// console.log('HTTP Server running on port 80');
// });
httpsServer.listen(8085 , () => {
httpsServer.listen(8086 , () => {
console.log('HTTPS Server running on port 8084');
});
Markdown is supported
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