mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 17:37:25 +00:00
router: set yiimp url case sensitive
This commit is contained in:
parent
bbaf7b79c6
commit
6afff0c2e5
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ return array(
|
|||
'urlFormat'=>'path',
|
||||
'showScriptName'=>false,
|
||||
'appendParams'=>true,
|
||||
'caseSensitive'=>false,
|
||||
'caseSensitive'=>true,
|
||||
'rules'=>array(
|
||||
// prevent /explorer/id/<num>/p1/v1/... -> /explorer/<num>?params...
|
||||
'/explorer/<id:\d+>' => array('/explorer', 'urlFormat'=>'get'),
|
||||
|
|
Loading…
Add table
Reference in a new issue