From e7686424f6806dfe0e1d117713bac972aafe59d4 Mon Sep 17 00:00:00 2001 From: douglas Date: Wed, 5 Sep 2018 18:29:40 +1000 Subject: [PATCH] #30 - Changed circleci config. --- backend/src/test/expressApis.js | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/test/expressApis.js b/backend/src/test/expressApis.js index 4946516b..47570deb 100644 --- a/backend/src/test/expressApis.js +++ b/backend/src/test/expressApis.js @@ -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") }); \ No newline at end of file