Commit aeca3552 authored by eddie.woo's avatar eddie.woo

modify

parent 2eb00beb
......@@ -30,7 +30,6 @@ public class CorsFilter extends OncePerRequestFilter {
if ("OPTIONS".equalsIgnoreCase(request.getMethod())) {
return;
}
ss
chain.doFilter(request, response);
}
......
Markdown is supported
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