Commit 31a1f51b authored by Patrick's avatar Patrick
Browse files

update port

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