I'm working with ABP IO 4.4.4 and I want to change the default swagger URL by adding a prefix Eg : swagger/index.html -> mynewsite/swagger/index.html
I tried the changes mentioned in the post How do I change the Swagger default URL and use a custom one?
But the swagger documentation and swagger-ui does not seem to load. When I use inspect element in the browser it shows that abp.js is not found (404) and the console log show the same. Any idea on what could be done to make this change. Thanks.