Skip to content

Commit 9c93e4f

Browse files
authored
Update README.md
1 parent 1465a9c commit 9c93e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ add the rule to your urlManager component and also add modules
3737
'urlManager' => [
3838
...
3939
'rules' => [
40-
'/brasilapi/<route:[a-zA-Z0-9\/-]+>' => 'brasilapi/request/index',
40+
'brasilapi/<route:[a-zA-Z0-9\/-]+>' => 'brasilapi/request/index',
4141
]
4242
]
4343
],

0 commit comments

Comments
 (0)