Skip to content

Commit 7ed4e94

Browse files
authored
feat: www.da-sh.kr domain add
feat: www.da-sh.kr domain add
2 parents 86aa2ef + b29c68f commit 7ed4e94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/be/dash/dashserver/api/config/WebMvcConfig.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ public void addInterceptors(InterceptorRegistry registry) {
5151
public void addCorsMappings(CorsRegistry registry) {
5252
registry.addMapping("/**")
5353
.allowedOrigins(
54-
"https://stage.da-sh.kr"
54+
"https://stage.da-sh.kr",
55+
"https://www.da-sh.kr"
5556
)
5657
.allowedMethods("GET", "POST", "PUT", "DELETE", "PATCH", "OPTIONS")
5758
.allowedHeaders("*")

0 commit comments

Comments
 (0)