diff options
-rwxr-xr-x | assets/config/routes.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/config/routes.php b/assets/config/routes.php index e92d277..270a6a4 100755 --- a/assets/config/routes.php +++ b/assets/config/routes.php @@ -2,7 +2,7 @@ return array(
'default' => array(
- '(<controller>(/<action>(/<id>)))',
+ '(/<controller>(/<action>(/<id>)))',
array(
'controller' => 'hello',
'action' => 'index'
|