robertcampion / dredd

Scoring software for the MRDC (Midwestern Robotics Design Competition)
1 stars 0 forks source link

remove 404 page, replace with sendStatus(404) #6

Closed robertcampion closed 8 years ago

robertcampion commented 8 years ago

Currently the way the 404 page is implemented is unnecessarily complex; we have a dependency on a rendering module and an extra config file just to support it.

Since this isn't a public-facing product we don't need a fancy 404 page, just sending the status code is fine.