Skip to content

Commit

Permalink
📝 included /ws/** to PUBLIC_PATHS
Browse files Browse the repository at this point in the history
  • Loading branch information
jafacode committed Jan 26, 2025
1 parent c2d7b3c commit d8613c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/main/kotlin/com/toyProject7/karrot/SecurityConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ class SecurityConfig(
registry
.requestMatchers(
*SecurityConstants.PUBLIC_PATHS,
"/ws/**",
).permitAll()
.anyRequest().authenticated()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ object SecurityConstants {
"/auth/**",
"/login/oauth2/**",
"/api/test",
"/ws/**",
)
}

0 comments on commit d8613c6

Please sign in to comment.