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

testing

parent d9f9e659
......@@ -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);
......
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