Skip to content

Commit

Permalink
Merge pull request #283 from techeer-sv/BE/#282
Browse files Browse the repository at this point in the history
BE/#282 구인 게시글 조회 및 상세 조회 API 권한 수정
  • Loading branch information
youKeon authored Nov 7, 2023
2 parents 9717ef5 + 29d55b2 commit 57317df
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ public SecurityFilterChain securityFilterChain(HttpSecurity httpSecurity) throws
"/api/v1/auth/logout",
"/api/v1/projects",
"/api/v1/projects/rank",
"/api/v1/recruitments",
"/api/v1/recruitments/{recruitmentId}",
"/api/v1/members/**",
"/swagger-ui/**").permitAll()
.antMatchers(HttpMethod.GET, "/api/v1/projects/{projectId}").permitAll()
Expand Down

0 comments on commit 57317df

Please sign in to comment.