The route in the express estatic does not work properly in hosting

0

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')));
    
asked by user3537435 11.08.2018 в 00:36
source

0 answers