From 79b7b7b28f38964e608a8d9251a76ab3fee80296 Mon Sep 17 00:00:00 2001 From: Sebastian Beltran Date: Thu, 12 Dec 2024 15:48:36 -0500 Subject: [PATCH] add back express playground router --- en/guide/routing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/guide/routing.md b/en/guide/routing.md index 38a0f624a6..574ec2e4c8 100755 --- a/en/guide/routing.md +++ b/en/guide/routing.md @@ -79,7 +79,7 @@ Route paths, in combination with a request method, define the endpoints at which {% include admonitions/caution.html content=note-dollar-character %} {% capture note-path-to-regexp %} - Express uses [path-to-regexp](https://www.npmjs.com/package/path-to-regexp) for matching the route paths; see the path-to-regexp documentation for all the possibilities in defining route paths. + Express uses [path-to-regexp](https://www.npmjs.com/package/path-to-regexp) for matching the route paths; see the path-to-regexp documentation for all the possibilities in defining route paths. [Express Playground Router](https://bjohansebas.github.io/playground-router/) is a handy tool for testing basic Express routes, although it does not support pattern matching. {% endcapture %} {% include admonitions/note.html content=note-path-to-regexp %}