@Configuration @RestController public class EruptWebConfig extends Object
@GetMapping(value={"/","/index.html"},
produces="text/html;charset=utf-8")
public String index(javax.servlet.http.HttpServletResponse response)
Copyright © 2023. All rights reserved.