Skip to content

Commit 0ead8e8

Browse files
committed
fix(be)
1 parent 5876313 commit 0ead8e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backend/src/main/java/com/deliveranything/global/config/WebSocketConfig.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,13 @@
3030
import org.springframework.security.core.Authentication;
3131
import org.springframework.security.core.GrantedAuthority;
3232
import org.springframework.security.core.userdetails.UserDetails;
33+
import org.springframework.web.socket.config.annotation.EnableWebSocketMessageBroker;
3334
import org.springframework.web.socket.config.annotation.StompEndpointRegistry;
3435
import org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer;
3536

3637
@Slf4j
3738
@Configuration
39+
@EnableWebSocketMessageBroker
3840
@RequiredArgsConstructor
3941
public class WebSocketConfig implements WebSocketMessageBrokerConfigurer {
4042

0 commit comments

Comments
 (0)