razzius / weave

Source code for a platform to connect mentors with students
MIT License
7 stars 2 forks source link

Wrong method to API endpoints falls back to SPA html #174

Open razzius opened 4 years ago

razzius commented 4 years ago

For example, curl http://localhost:5000/api/availability gives html, but it should give http 405 method not allowed, to ease debugging.