Skip to content

Commit

Permalink
#30 - Changed circleci config.
Browse files Browse the repository at this point in the history
  • Loading branch information
douglascvas committed Sep 5, 2018
1 parent 65c0b87 commit e768642
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/test/expressApis.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const options = {
http.createServer(app).listen(8080, () => {
console.log("HTTP Server started and listening on port 8080")
});

https.createServer(options, app).listen(8081, () => {
console.log("HTTPS Server started and listening on port 8081")
});

0 comments on commit e768642

Please sign in to comment.