See gh-35494
This commit is contained in:
rstoyanchev 2025-09-17 11:55:37 +01:00
parent c7121d048c
commit 8ac5cdb47e
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ public class WebConfiguration implements WebMvcConfigurer {
@Override
public void configureApiVersioning(ApiVersionConfigurer configurer) {
}
configurer.useRequestHeader("API-Version");
}
}
// end::snippet[]