We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1465a9c commit 9c93e4fCopy full SHA for 9c93e4f
README.md
@@ -37,7 +37,7 @@ add the rule to your urlManager component and also add modules
37
'urlManager' => [
38
...
39
'rules' => [
40
- '/brasilapi/<route:[a-zA-Z0-9\/-]+>' => 'brasilapi/request/index',
+ 'brasilapi/<route:[a-zA-Z0-9\/-]+>' => 'brasilapi/request/index',
41
]
42
43
],
0 commit comments