I recently started working in Node.js and in the app.js file there is this line:
app.use(express.favicon());
Now, how do I set up my own cu
If you are using Express > 4.0, you could go for serve-favicon