Skip to content

Commit

Permalink
add back express playground router
Browse files Browse the repository at this point in the history
  • Loading branch information
bjohansebas committed Dec 12, 2024
1 parent bc683e0 commit 79b7b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/guide/routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit 79b7b7b

Please sign in to comment.