Skip to content

Commit

Permalink
Merge pull request #68 from Hooking-CEOS/feature/brand
Browse files Browse the repository at this point in the history
[feat] 카카오
  • Loading branch information
CYJhub authored Jul 22, 2023
2 parents 347a594 + d76380b commit 11622bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
.requestMatchers(CorsUtils::isPreFlightRequest).permitAll()


.antMatchers("**/oauth2/**","/kakaologin","/copy", "/copy/search","/copy/filter","/copy/crawling", "/brand", "/brand/{brand_id}"
.antMatchers("**/oath-processor/**","/kakaologin","/copy", "/copy/search","/copy/filter","/copy/crawling", "/brand", "/brand/{brand_id}"

).permitAll()

Expand Down

0 comments on commit 11622bb

Please sign in to comment.