mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-06 21:18:21 +00:00
Enable websockets on the public server
This commit is contained in:
parent
7a320729a0
commit
f5732d321d
@ -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 {
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user