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
{{ message }}
This repository was archived by the owner on Nov 27, 2018. It is now read-only.
(Take note of the subresource literal route GetMany which overlaps with GetByPath)
A call to /api/v1/pages/123/comments correctly ends up in GetMany
However changing the GetMany route to:
[HttpGet("~api/v1/pages/{id:int}/[controller]")]
Kills the joy and the request will now end up in GetByPath.