From 4051a48578e6957958adc7aad2570166f9797b2a Mon Sep 17 00:00:00 2001 From: sigma-andex <77549848+sigma-andex@users.noreply.github.com> Date: Mon, 13 Jun 2022 15:11:36 +0100 Subject: [PATCH] Minor docu update --- docs/Routing.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Routing.md b/docs/Routing.md index fc871be..1019922 100644 --- a/docs/Routing.md +++ b/docs/Routing.md @@ -9,6 +9,7 @@ * [Composing routes](#composing-routes) * [Reverse routing](#reverse-routing) * [Catch-all route](#catch-all-route) + * [Routing prefixes](#routing-prefixes) * [Working with request headers](#working-with-request-headers) ## Routing introduction