Skip to content

Commit

Permalink
Merge pull request #43 from reading-log/develop
Browse files Browse the repository at this point in the history
ci cd 테스트
  • Loading branch information
don9m1n authored Mar 22, 2024
2 parents 6ec56dc + 5e98739 commit e5095c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/com/api/readinglog/common/web/WebConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ public void addCorsMappings(CorsRegistry registry) {
.allowedHeaders("*")
.allowedMethods("*")
.exposedHeaders("*")
.allowCredentials(true)
.maxAge(3600); // 캐싱
.allowCredentials(true);
}
}

0 comments on commit e5095c1

Please sign in to comment.