react-router-tutorial
react-router-tutorial copied to clipboard
Ensure Express doesn't serve index.html for /
trafficstars
change app.use(express.static(path.join(__dirname, 'public'))) to: app.use(express.static(path.join(__dirname, 'public'), {index: false}))