Add missing RequestPredicate variants in coRouter
Closes gh-32256
This commit is contained in:
@@ -333,7 +333,7 @@ class CoRouterFunctionDslTests {
|
||||
null
|
||||
}
|
||||
}
|
||||
GET("/**", pathExtension { it == "properties" }) {
|
||||
GET(pathExtension { it == "properties" }) {
|
||||
ok().bodyValueAndAwait("foo=bar")
|
||||
}
|
||||
path("/baz", ::handle)
|
||||
|
||||
Reference in New Issue
Block a user