Enable websockets on the public server

This commit is contained in:
jamesagnew 2019-05-04 18:24:08 -04:00
parent 7a320729a0
commit f5732d321d
1 changed files with 3 additions and 0 deletions

View File

@ -6,8 +6,11 @@ import ca.uhn.fhirtest.interceptor.AnalyticsInterceptor;
import ca.uhn.fhirtest.joke.HolyFooCowInterceptor;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Import;
import ca.uhn.fhir.jpa.config.WebsocketDispatcherConfig;
@Configuration
@Import(WebsocketDispatcherConfig.class)
public class CommonConfig {
/**