Currently, the following doesn't work as expected:
Â
Â
You would expect then you could either GET or POST to photos/. This is not the case. Instead this creates two routes. If you tried to GET /photos you would match the route that only has a POST verb and it would give you an error of an invalid HTTP verb.
Regression detected
New PR: