From b63ea2cdbf995d4648bc3c4a5f4eb51ed8da3a8d Mon Sep 17 00:00:00 2001 From: Jozef Selesi Date: Tue, 18 Nov 2008 15:48:08 +0000 Subject: - All comments of an item can now be seen /comments?item_id= - Return proper Content-Type header for GET /comments requests - Got rid of the query processing for index() in REST_Controller() - Small misc fixes --- core/config/routes.php | 1 - 1 file changed, 1 deletion(-) (limited to 'core/config') 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'; -- cgit v1.2.3