Skip to content

Commit

Permalink
Merge pull request #111 from SportsEcho/feature/product
Browse files Browse the repository at this point in the history
클라이언트 이슈로 SpringSecurity public endpoint 긴급추가
  • Loading branch information
zzzzseong authored Jan 23, 2024
2 parents 9a8ca3d + 43ba7aa commit 6a2b6c6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ public RequestMatcher publicEndPoints() {
new AntPathRequestMatcher("/api/games/**"),
new AntPathRequestMatcher("/api/games/details/**"),

new AntPathRequestMatcher("/api/products"),

//웹소켓 endpoint
new AntPathRequestMatcher("/websocket"),

Expand Down

0 comments on commit 6a2b6c6

Please sign in to comment.