Commit 6f9eb06d authored by Patrick's avatar Patrick
Browse files

testing

Showing with 1 addition and 3 deletions
+1 -3
......@@ -16,9 +16,7 @@ const credentials = {
ca: ca
};
app.use((req, res) => {
res.send('Hello there !');
});
app.use(express.static(__dirname));
// Starting both http & https servers
const httpServer = http.createServer(app);
......
Supports Markdown
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