adambutler / poll

Voting done simply in real-time
http://poll.lab.io
MIT License
169 stars 54 forks source link

Showing a non-existent poll should 404 instead of 500 #12

Open syndbg opened 9 years ago

syndbg commented 9 years ago

Attempting to visit a non-existent poll should not throw a 500. E.g: http://poll.lab.io/the-polls-speak-to-me

Instead User should see a 404 page.

adambutler commented 9 years ago

:+1: Agreed thanks for raising. Care to contribute a fix? If not I may well find time to fix this weekend.

syndbg commented 9 years ago

Sure. I'll provide a PR in minutes.