Hi
I can't find anything on the subject of Swagger (or Swashbuckle) at DNN. I have a simple SPA Module which has a View html and some APIs. I can get the APIs to load eg site.me/desktopmodules/HMS_WebAPI/API/Quote/Notify
but if I add /swagger at the end (which is what I can do after adding this package https://github.com/domaindrivendev/Swashbuckle/) then I get a 404. Is there a way to get it working inside DNN or does the UrlRewriting get in the way?