Commit 2e20dd1a authored by JoyChou's avatar JoyChou
Browse files

cors vuls3

parent ca98c59c
Showing with 1 addition and 1 deletion
+1 -1
......@@ -50,7 +50,7 @@ public class CORS {
}
@CrossOrigin("*")
@RequestMapping("/vul3")
@RequestMapping("/vuls3")
@ResponseBody
private static String vuls3(HttpServletResponse response) {
return info;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment