Skip to content

Commit

Permalink
Merge pull request TeamMajorLink#66 from kimdavid0521/feat#64
Browse files Browse the repository at this point in the history
토큰 문자
  • Loading branch information
kimdavid0521 authored Aug 21, 2024
2 parents bb95407 + acbb501 commit 8c53924
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public void addCorsMappings(CorsRegistry registry) {
"http://localhost:3004"
) //프론트 테스트 url입니다.
.allowedMethods("POST", "GET", "DELETE", "PUT", "PATCH", "OPTIONS")
.allowedHeaders("Content-Type", "Authorization","x-auth-token")
.allowedHeaders("Content-Type", "Authorization","X-Auth-Token")
.allowCredentials(true);
}
}

0 comments on commit 8c53924

Please sign in to comment.