We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c4bf3b commit 5c2c598Copy full SHA for 5c2c598
src/main/java/org/commonwl/view/WebConfig.java
@@ -27,10 +27,10 @@
27
import org.springframework.http.MediaType;
28
import org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer;
29
import org.springframework.web.servlet.config.annotation.CorsRegistry;
30
-import org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter;
+import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
31
32
@Configuration
33
-public class WebConfig extends WebMvcConfigurerAdapter {
+public class WebConfig implements WebMvcConfigurer {
34
35
/**
36
* Ordered list of formats as presented on Workflow page and supported for
0 commit comments