summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/routes.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index c50f13fc1..6ceaf94e1 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -275,7 +275,6 @@ $this->create('news_api_folders_read', '/api/v1-2/folders/{folderId}/read')->put
/**
* Feed API
*/
-
$this->create('news_api_cors', '/api/v1-2/{path}')->method('options')->action(
function($params) {
return App::main('NewsAPI', 'cors', $params, new DIContainer());