buggyrace / buggy-race-server

Race server and supporting material for running a "Buggy Racing" Python programming project
https://www.buggyrace.net
Other
1 stars 0 forks source link

Issue 212 error 405 #214

Closed davewhiteland closed 5 months ago

davewhiteland commented 5 months ago

Closes #212 by adding a helpful custom error page, including link to API if this was an API request (when students are most likely to encounter method errors).

Also manually add an Allow header to the 405 response, which I'm a bit surprised Flask isn't doing automatically.