Open drewlearns opened 2 years ago
I believe to get express to serve up the static files from the public directory you would have to have a line in index.js that says app.use(express.static('public'));
Hey @drewlearns , can you please assign this to me?
I believe to get express to serve up the static files from the public directory you would have to have a line in index.js that says app.use(express.static('public'));