summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/config/routes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/config/routes.php b/core/config/routes.php
index ac4a8cb0..9e86def6 100644
--- a/core/config/routes.php
+++ b/core/config/routes.php
@@ -19,7 +19,7 @@
*/
// The abstract REST_Controller is not directly routable.
-$config['^rest\b'] = null;
+$config['^rest\b.*'] = null;
// For now our default page is the scaffolding.
$config['_default'] = 'welcome';