Skip to content

Commit

Permalink
chore: cors setting
Browse files Browse the repository at this point in the history
  • Loading branch information
alsdl0629 committed Mar 3, 2024
1 parent 9cc97d8 commit 64e7940
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ class WebMvcConfig : WebMvcConfigurer {
"http://localhost:3002",
"https://www.aliens-dms.com",
"https://admin.aliens-dms.com",
"https://admin-dev.aliens-dms.com"
"https://admin-dev.aliens-dms.com",
"https://admin.dms-dsm.com",
"https://admin-dev.dms-dsm.com",
"https://webview.dms-dsm.com"
)
.exposedHeaders(HttpHeaders.CONTENT_DISPOSITION)
}
Expand Down

0 comments on commit 64e7940

Please sign in to comment.