Snippets
Router
AdonisJS
Require Route Parameter To Start With @ To Match
You can use route matchers to specify requirements on the route parameter. In this snippet, we require our username param to start with the @ character for the route to match.
Showing 1 to 1 of 1 results