Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaszak committed Apr 10, 2016
1 parent ac7dea5 commit 8895a08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ You can define routes, global tokens and patterns. Attachment is not available i
routes:
test:
path: '/test/{controller}/{action}'
method: GET
controller: '\Namespace\{controller}::{action}'
group: groupName
tokens:
Expand Down
1 change: 1 addition & 0 deletions example.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
routes:
test:
path: '/test/{controller}/{action}'
method: GET
controller: '\Namespace\{controller}::{action}'
group: groupName
tokens:
Expand Down

0 comments on commit 8895a08

Please sign in to comment.