Skip to content

Instantly share code, notes, and snippets.

@pedroluiznogueira
Created April 21, 2023 19:51
Show Gist options
  • Save pedroluiznogueira/f2efbe53045cd67ef13e3bcc0ac29125 to your computer and use it in GitHub Desktop.
Save pedroluiznogueira/f2efbe53045cd67ef13e3bcc0ac29125 to your computer and use it in GitHub Desktop.
Route wildcards
@Get('ab*cd')
findAll() {
return 'This route uses a wildcard';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment