We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 504342f commit 335291aCopy full SHA for 335291a
src/main/java/ru/mystamps/web/controller/TestController.java
@@ -58,7 +58,7 @@ public String simpleJson() {
58
return "test";
59
}
60
61
- @GetMapping(path = "/test/invalid/simple-html")
+ @GetMapping("/test/invalid/simple-html")
62
public void simpleHtml(HttpServletResponse response) throws IOException {
63
response.setContentType("text/html");
64
response.setCharacterEncoding("UTF-8");
0 commit comments