Skip to content

Commit

Permalink
Merge pull request #47 from cau-likelion-org/chore/develop
Browse files Browse the repository at this point in the history
[CHORE] 프론트 주소 추가
  • Loading branch information
bykbyk0401 authored Dec 31, 2023
2 parents e187590 + 81b724d commit c8b6cbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public WebMvcConfigurer corsConfigurer() {
@Override
public void addCorsMappings(CorsRegistry registry) {
registry.addMapping("/**")
.allowedOrigins("http://localhost:3000", "https://startlion.kro.kr")
.allowedOrigins("https://recruit-caulikelion.org", "http://localhost:3000", "https://startlion.kro.kr")
.allowedOriginPatterns("*")
.allowedMethods("*")
.allowedHeaders("*")
Expand Down

0 comments on commit c8b6cbe

Please sign in to comment.