Commit c8feae2c authored by Patrick's avatar Patrick
Browse files

update port

parent 274beed8
......@@ -32,7 +32,7 @@ const httpsServer = https.createServer(credentials, app);
// console.log('HTTP Server running on port 80');
// });
httpsServer.listen(8085, () => {
console.log('HTTPS Server running on port 8085');
httpsServer.listen(8089, () => {
console.log('HTTPS Server running on port 8089');
});
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