Skip to content

Commit

Permalink
fix: 필터에 Access-Control-Allow-Origin 추가 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdohyung committed Nov 22, 2023
1 parent 4f139dd commit 6b294be
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ protected void doFilterInternal(HttpServletRequest request, HttpServletResponse
}

}
response.setHeader("Access-Control-Allow-Origin", "https://jedero.site");
filterChain.doFilter(request, response);
}
}

0 comments on commit 6b294be

Please sign in to comment.