jembi / openhim-mediator-mapping

An OpenHIM mediator for mapping incoming content to a different format
https://jembi.github.io/openhim-mediator-mapping/
MIT License
3 stars 6 forks source link

Make endpoint pattern unique per endpoint method #145

Open MattyJ007 opened 3 years ago

MattyJ007 commented 3 years ago

The endpoint pattern the following scenarios are identical: GET /test vs POST /test and PUT /test/ vs DELETE /test/ However the logic associated with each of those methods should be unique