Skip to content

Commit 3ce122e

Browse files
authored
Merge pull request #496 from BCSDLab/develop
develop -> main
2 parents 2acb1ea + a8153df commit 3ce122e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/gg/agit/konect/global/config/WebConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public void addCorsMappings(CorsRegistry registry) {
3131
.allowedOrigins(corsProperties.allowedOrigins().toArray(new String[0]))
3232
.allowedMethods("GET", "POST", "PUT", "DELETE", "OPTIONS", "PATCH")
3333
.allowedHeaders("*")
34-
.exposedHeaders("Authorization", "Content-Type", "Cache-Control")
34+
.exposedHeaders("Authorization")
3535
.allowCredentials(true)
3636
.maxAge(CORS_PREFLIGHT_MAX_AGE_SECONDS);
3737
}

0 commit comments

Comments
 (0)