fac-15 / chin

Week 5 project by CHIN
0 stars 0 forks source link

No need to require server in router.js #23

Open jcharnley opened 5 years ago

jcharnley commented 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