droynvoss

Results 12 comments of droynvoss

Yeah, I just built 0.9.x from source. Having the issue. @alitokur

## Possible Solution As suggested by @saipreetham123, within `app.js` move the line: ```js app.use(express.static('public')); ``` below the other use statements. And add a conditional middleware: ```js const excludedRoutes = ['/',...