Steven Pardo

Results 1 comments of Steven Pardo

I was able to dynamically set the rooturl via the EnableSwagger callback: ``` c# c.RootUrl(req => new Uri(req.RequestUri, HttpContext.Current.Request.ApplicationPath ?? string.Empty).ToString()); ```