Commit d709dfa6 authored by Patrick's avatar Patrick
Browse files

test

parent 53651891
......@@ -30,7 +30,7 @@ app.use(express.static(__dirname ));
const httpServer = http.createServer(app);
const httpsServer = https.createServer(credentials, app);
httpServer.listen(8085, () => {
httpServer.listen(8084, () => {
console.log('HTTP Server running on port 80');
});
......
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