You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
isabelrios
changed the title
GET request to FeatureOfInterest (in singular) is working in cases it should not
GET request to entities name (in singular) is working in cases it should not
Dec 8, 2016
isabelrios
changed the title
GET request to entities name (in singular) is working in cases it should not
GET request to entities name (in singular) is working in some cases that it should not
Dec 8, 2016
This request:
curl -X GET -H "Cache-Control: no-cache" "http://localhost:8080/v1.0/FeatureOfInterest" is working well the same way than
curl -X GET -H "Cache-Control: no-cache" "http://localhost:8080/v1.0/FeaturesOfInterest"
It should only work the second request, in plural, not the one in singular
The text was updated successfully, but these errors were encountered: