Andriy Tolstoy
Results
2
comments of
Andriy Tolstoy
Not for OWIN: ``` c.RootUrl(req => req.RequestUri.GetLeftPart(UriPartial.Authority).TrimEnd('/') + '/' + req.GetRequestContext().VirtualPathRoot.TrimStart('/')); ```
For .NET Core use [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) instead.