Fix locale interceptor code snippet

See gh-36105
See gh-36099
This commit is contained in:
Sébastien Deleuze
2026-01-07 09:52:33 +01:00
parent e1402fd252
commit 192da6229c
2 changed files with 2 additions and 2 deletions
@@ -37,7 +37,7 @@ class WebConfiguration {
setInterceptors(LocaleChangeInterceptor().apply {
paramName = "siteLanguage"
})
/* @chomp:line urlMap = mapOf("/**/*.view" to "someController") */urlMap = mapOf("/**/*.view" to "someController")
urlMap = mapOf("/**/*.view" to "someController")
}
}
// end::snippet[]