dstotijn / ct-diag-server

Diagnosis server for Apple/Google's (COVID-19) Exposure Notification framework.
MIT License
61 stars 7 forks source link

Remove httprouter dependency #17

Closed peterhellberg closed 4 years ago

peterhellberg commented 4 years ago

Removes the use of httprouter in favor of a *http.ServeMux

Fixes #16