Skip to content

Commit

Permalink
fix: sockJs 설정 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
veronees committed Nov 18, 2024
1 parent 6933272 commit 391275e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ public void registerStompEndpoints(StompEndpointRegistry registry) {
registry
.setErrorHandler(stompErrorHandler)
.addEndpoint("/ws")
.setAllowedOriginPatterns("*")
.withSockJS();
.setAllowedOriginPatterns("*");
}

@Override
Expand Down

0 comments on commit 391275e

Please sign in to comment.