My page does not respect the express estatic and marks 404 error in the objects (images, css, js), it only happens in the hosting because locally works correctly
app.use(express.static(path.join(__dirname, '../app/views/public')));
My page does not respect the express estatic and marks 404 error in the objects (images, css, js), it only happens in the hosting because locally works correctly
app.use(express.static(path.join(__dirname, '../app/views/public')));