ContactAssistApp / server

CovidSafe backend API service
https://covidsafe.cs.washington.edu/
MIT License
22 stars 13 forks source link

Better input validation #18

Closed corygehr closed 4 years ago

corygehr commented 4 years ago

Apply better logic for input validation in MessageService. Move the exception catching to each controller which allows more consistency.

Related to #5

corygehr commented 4 years ago

Resolved in #19