How to resolve conflict between endpoints? – Asp.net
Let's say I have two endpoints: [HttpGet ("{serialNumber}")] and [HttpGet ("summary")]. As a result, my application perceives api/summary as api/{serialNumber} where {serialNumber} = "summary" and I get the wrong behavior that I want.