Skip to content

Commit

Permalink
refactor: cors 매핑 수정
Browse files Browse the repository at this point in the history
- 마루의 url이 변경되면서 cors 매핑 설정을 수정했어요.
  • Loading branch information
cabbage16 committed Sep 5, 2024
1 parent df55308 commit 0fe00bd
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ public void addCorsMappings(CorsRegistry registry) {
"http://localhost:3001",
"http://localhost:3002",
"https://maru.bamdoliro.com",
"https://admin.maru.bamdoliro.com",
"https://maru-user.vercel.app",
"https://maru-admin.vercel.app"
"https://madmin.bamdoliro.com"
)
.allowedMethods(
HttpMethod.GET.name(),
Expand Down

0 comments on commit 0fe00bd

Please sign in to comment.