Skip to content

Commit

Permalink
Merge pull request #151 from CLAT-Project/feat-social_join
Browse files Browse the repository at this point in the history
feat : ์‹ ๊ทœ ์ปจํŠธ๋กค๋Ÿฌ-> ์‹œํ๋ฆฌ ์„ค์ •์— ์ถ”๊ฐ€
  • Loading branch information
AKKDevMachine authored Jan 25, 2025
2 parents c584b3c + 88c5550 commit 26c08df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/team_project/clat/config/SecurityConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public CorsConfiguration getCorsConfiguration(HttpServletRequest request) {
.requestMatchers("/admin").hasRole("ADMIN")
.requestMatchers("/chatRoom/").hasRole("PROFESSOR")
.requestMatchers("/chatRoom/api/**").hasRole("PROFESSOR")
.requestMatchers("/reIssue", "/delete", "/member/findPwd").permitAll()
.requestMatchers("/reIssue", "/delete", "/member/findPwd", "/social-join").permitAll()
.anyRequest().authenticated());


Expand Down

0 comments on commit 26c08df

Please sign in to comment.