Skip to content

Commit

Permalink
allow colon separated slim argument patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
Zrnik committed Jun 10, 2024
1 parent c1eb175 commit abcba69
Show file tree
Hide file tree
Showing 5 changed files with 202 additions and 113 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class HelloWorldController
*/
#[
Get(
path: '/api/hello/{name}',
path: '/api/hello/{name:.*}',
operationId: 'Say Hello',
description: 'says hello by the request parameter',
),
Expand Down
Loading

0 comments on commit abcba69

Please sign in to comment.