Package ch.mobi.mobitor
Class SwaggerRedirect
- java.lang.Object
-
- ch.mobi.mobitor.SwaggerRedirect
-
@Controller public class SwaggerRedirect extends Object
-
-
Constructor Summary
Constructors Constructor Description SwaggerRedirect()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidredirectToUi(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
-
-
Method Detail
-
redirectToUi
@GetMapping("/swagger-ui.html") public void redirectToUi(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException- Throws:
IOException
-
-