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 fb9f31d commit 9e18c75Copy full SHA for 9e18c75
framework-docs/modules/ROOT/pages/web/webflux/config.adoc
@@ -690,7 +690,7 @@ Kotlin::
690
[source,kotlin,indent=0,subs="verbatim"]
691
----
692
@Configuration
693
- class WebConfiguration : WebMvcConfigurer {
+ class WebConfiguration : WebFluxConfigurer {
694
695
override fun configureApiVersioning(configurer: ApiVersionConfigurer) {
696
configurer.useRequestHeader("API-Version")
0 commit comments