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 ca98c59 commit 2e20dd1Copy full SHA for 2e20dd1
src/main/java/org/joychou/controller/CORS.java
@@ -50,7 +50,7 @@ private static String vuls2(HttpServletResponse response) {
50
}
51
52
@CrossOrigin("*")
53
- @RequestMapping("/vul3")
+ @RequestMapping("/vuls3")
54
@ResponseBody
55
private static String vuls3(HttpServletResponse response) {
56
return info;
0 commit comments