vuejs / vue-hackernews-2.0

HackerNews clone built with Vue 2.0, vue-router & vuex, with server-side rendering
MIT License
10.96k stars 2.15k forks source link

#343 404 page added to example #345

Closed bgalek closed 5 years ago

bgalek commented 5 years ago

I've added 404 view handler :)

screen shot 2018-10-19 at 16 40 27
ataylor32 commented 5 years ago

Thanks, but this sends a status code of 200 when it should be sending a status code of 404.

bgalek commented 5 years ago

I'll try to fix this ;)