fallback

@RequestMapping(value = ["**"], method = [RequestMethod.GET, RequestMethod.HEAD, RequestMethod.POST, RequestMethod.PUT, RequestMethod.PATCH, RequestMethod.DELETE, RequestMethod.OPTIONS, RequestMethod.TRACE])
fun fallback(request: HttpServletRequest, response: HttpServletResponse)