Skip to content

Commit a26f652

Browse files
committed
Adds TODO
1 parent bbc4559 commit a26f652

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/modules/ROOT/pages/spring-cloud-gateway-server-mvc/writing-custom-predicates-and-filters.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,4 +231,6 @@ class RouteConfiguration {
231231

232232
The above route will add a `X-Response-Id` header to the response. Note the use of the `after()` method, rather than `filter()`.
233233

234-
// TODO: advanced topics such as attributes, beans and more
234+
// TODO: registering for configuration
235+
236+
// TODO: advanced topics such as attributes, beans and more

0 commit comments

Comments
 (0)