Skip to content

Commit

Permalink
chore: cosr 오리진에 크롬 확장 프로그램을 추가한다.
Browse files Browse the repository at this point in the history
chore: cosr 오리진에 크롬 확장 프로그램을 추가한다.
  • Loading branch information
hseong3243 authored Apr 24, 2024
2 parents 3f293d0 + c479214 commit 22538f9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public void addArgumentResolvers(List<HandlerMethodArgumentResolver> resolvers)
public void addCorsMappings(CorsRegistry registry) {
registry.addMapping("/api/**")
.allowedOrigins(
"chrome-extension://cgpaoefmiekiijmblfngfophoombnkmm",
"chrome-extension://ijebghdhpmloohcgfkapenhopmfmgdka",
"http://localhost:3000",
"https://shoutlink.me",
Expand Down

0 comments on commit 22538f9

Please sign in to comment.