Skip to content

Commit

Permalink
[BE-78] applicants pdf viewer 조회 권한 해제 #211
Browse files Browse the repository at this point in the history
[BE-78] applicants pdf viewer 조회 권한 해제 #211
  • Loading branch information
BlackBean99 authored Mar 7, 2024
2 parents 9d0db2f + 8a5fdc0 commit 1b0626e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified server/.gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
Binary file modified server/.gradle/file-system.probe
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
.permitAll()
.mvcMatchers(HttpMethod.POST, "/api/v1/applicants/mail")
.permitAll()
.mvcMatchers(HttpMethod.GET, "/api/v1/applicants/*")
.mvcMatchers(HttpMethod.GET, "/api/v1/applicants")
.permitAll()
.mvcMatchers(HttpMethod.POST, "/api/v1/applicants")
.permitAll()
Expand Down

0 comments on commit 1b0626e

Please sign in to comment.