simple-nathan
Results
2
comments of
simple-nathan
trafficstars
Yes sorry, I should have been clearer. This is a Web API in .NET 6. We are trying to do something like this: ``` [HttpGet("test")] [MapToApiVersion("2")] [MapToApiVersion("3")] public async Task...
So in your example, if I went to the docs URL for `v2`, e.g. `http://mydocs.org/v2/` I would only see a single entry for `TestRoute` ? Or your docs URL would...