Skip to content

Commit b8b9bc5

Browse files
authored
Refactor: WebSocket 인가 규칙 설정 보완 (#282)
1 parent 3570b8d commit b8b9bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/back/global/security/SecurityConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
5858

5959
// WebSocket
6060
.requestMatchers(
61-
"api/ws/**",
61+
"/api/ws/**",
6262
"/ws/**"
6363
).permitAll()
6464

0 commit comments

Comments
 (0)