summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--appinfo/routes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 7f287d18c..fd54794b5 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -285,7 +285,7 @@ $this->create('news_api_cors', '/api/v1-2/{path}')->method('options')->action(
function($params) {
return App::main('NewsAPI', 'cors', $params, new DIContainer());
}
-)->requirements(array('path', '.+'));
+)->requirements(array('path' => '.+'));
$this->create('news_api_feeds_get_all', '/api/v1-2/feeds')->get()->action(