Skip to content

Commit 0344427

Browse files
authored
Merge branch 'dev' into Feat/255
2 parents a1fed32 + b8b9bc5 commit 0344427

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)