Skip to content

Commit

Permalink
WebSocketConfig 원상복귀
Browse files Browse the repository at this point in the history
  • Loading branch information
sungjiwoon committed Jan 12, 2024
1 parent c1d1740 commit b43eac2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ public void configureMessageBroker(MessageBrokerRegistry config) {
@Override
public void registerStompEndpoints(StompEndpointRegistry registry) {
registry.addEndpoint("/ws-stomp")
.setAllowedOrigins("*")
.setAllowedOriginPatterns("*")
.withSockJS();
}
Expand Down

0 comments on commit b43eac2

Please sign in to comment.