ContactAssistApp / server

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

Allow commas in lat/lng requests #38

Closed corygehr closed 4 years ago

corygehr commented 4 years ago

European phone models use comma (,) instead of a decimal (.) to represent geo-coordinates. This may require an API update because much of our validation relies on a double type being submitted.

corygehr commented 4 years ago

This is no longer relevant because client lookups should no longer include lat/lng with decimals.