I want to host public and internal APIs on swagger UI and want to separate them out into different URLs like:-
- /public/swagger-ui.html
- /internal/swagger-ui.html
Currently, all my APIs are placed under /swagger-ui.html. Is there a way how I can achieve it using spring boot?