GeoNet / fdsn

FDSN Web Services
MIT License
17 stars 15 forks source link

chore: allows slash at the end of each query method #247

Closed junghao closed 4 months ago

junghao commented 5 months ago

As requested in https://github.com/GeoNet/tickets/issues/15492

For reviewer: Golang's mux auto adds /path when the handler pattern is /path/. (This means specifying /path/ makes both /path and /path/ work)

elidana commented 5 months ago

that's great , thanks @junghao !