- Method GET for `/api/something` receives positive response - Method GET for `/api/something/` receives 404 In my opinion if developer sends get to url api with slash he should receive positive response.
/api/somethingreceives positive response/api/something/receives 404In my opinion if developer sends get to url api with slash he should receive positive response.