Open jcharnley opened 5 years ago
as you initialise the server with the router in the below function
const server = http.createServer(router);
you do not need to require the server.js
as you initialise the server with the router in the below function
const server = http.createServer(router);
you do not need to require the server.js