Skip to content

Commit

Permalink
fix: websocket 설정 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
pyg410 committed May 17, 2024
1 parent 1249f9e commit cd13338
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public void configureMessageBroker(MessageBrokerRegistry config) {

@Override
public void registerStompEndpoints(StompEndpointRegistry registry) {
registry.addEndpoint("/api/connect").setAllowedOriginPatterns("*");
registry.addEndpoint("/api/connect")
.setAllowedOriginPatterns("*")
.withSockJS();
Expand Down

0 comments on commit cd13338

Please sign in to comment.