SpaceApi / validator

A micro-service to validate SpaceAPI endpoints.
Apache License 2.0
2 stars 2 forks source link

Breaking change in URL handling #40

Closed dbrgn closed 4 years ago

dbrgn commented 4 years ago

Previously POST /v1/validate/ would work, now it returns 404. That's a bug that should be fixed quickly.

dbrgn commented 4 years ago

Especially since GET /v1/ requires a trailing slash and returns a response saying that a POST request should be sent to /v1/validate/.