summaryrefslogtreecommitdiff
path: root/core/config/routes.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/config/routes.php')
-rw-r--r--core/config/routes.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/config/routes.php b/core/config/routes.php
index 567e999e..ea177eda 100644
--- a/core/config/routes.php
+++ b/core/config/routes.php
@@ -24,7 +24,6 @@
$config['^rest'] = null;
$config['^rest/.*'] = null;
$config['^(\w+)/(\d+)$'] = '$1/dispatch/$2';
-// @todo The following will need to support query strings.
$config['^(\w+)$'] = '$1/index';
$config['^form/(\w+)/(\w+)/(.*)$'] = '$2/form/$3/$1';