COVID19-PIRAT / backend

GNU General Public License v3.0
2 stars 1 forks source link

Wrong response if email setting is false #152

Open chaoran-chen opened 4 years ago

chaoran-chen commented 4 years ago

If the email settings are wrong (for example, wrong password), creating a new offer (POST http://localhost/api/resources) returns in the non-development mode a 404 instead of a 500. In development mode, the response is correct.