Skip to content

Commit

Permalink
chore: cors 설정 allowedOrigins 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
donggi-lee-bit committed Oct 10, 2023
1 parent 98e8ed1 commit ccb0e3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ public void addCorsMappings(CorsRegistry registry) {
HttpMethod.DELETE.name()
)
.allowCredentials(true)
.allowedOrigins("https://golraba.netlify.app/");
.allowedOrigins("*");
}
}

0 comments on commit ccb0e3c

Please sign in to comment.