jansmolders86 / mediacenterjs

A HTML/CSS/Javascript (NodeJS) based Media center
http://mediacenterjs.com
1.29k stars 243 forks source link

No 404 on missing resource in apps #130

Closed Jon889 closed 10 years ago

Jon889 commented 10 years ago

If an app exports a get function then if you enter an incorrect url, the browser gets stuck waiting to load. Eg: http://localhost:3000/settings/hi.png does not return anything let alone the 404 page.

but http://localhost:3000/weather/hi.png does return the 404 page, and weather doesn't export a get function.