Skip to content

Commit

Permalink
Update docs/src/main/asciidoc/reactive-routes.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Clement Escoffier <[email protected]>
  • Loading branch information
snazy and cescoffier authored Sep 18, 2023
1 parent b9d4f6b commit db9469a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/reactive-routes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ public void init(@Observes io.vertx.mutiny.ext.web.Router router) {
=== Well-known route order values
Quarkus uses a couple of route order marks itself. Your route order mark values should be at least a positive integer
values above `20000` (see `RouteConstants.ROUTE_ORDER_AFTER_DEFAULT_MARK`) to not interfere with functionality provided
value above `20000` (see `RouteConstants.ROUTE_ORDER_AFTER_DEFAULT_MARK`) to not interfere with the functionality provided
by Quarkus or its extensions.
Route order constants defined in `io.quarkus.vertx.http.runtime.RouteConstants` and known extensions:
Expand Down

0 comments on commit db9469a

Please sign in to comment.