Skip to content

Commit

Permalink
Feat : 도메인 경로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
kdjun99 committed Jun 16, 2024
1 parent 495fc43 commit 90752fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ private void sendResponse(HttpServletRequest request, HttpServletResponse respon
response.setCharacterEncoding("utf-8");

if (request.getHeader("Origin") == null) {
response.setHeader("Access-Control-Allow-Origin", "https://www.recordyslow.com");
response.setHeader("Access-Control-Allow-Origin", "https://www.ouruliga.com");
} else {
response.setHeader("Access-Control-Allow-Origin", request.getHeader("Origin"));
}
Expand Down

0 comments on commit 90752fc

Please sign in to comment.