From 6191bf5339501b1e137769e42047d431b0214a23 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 28 Aug 2013 23:23:25 +0200 Subject: add access control max age header --- appinfo/routes.php | 1 - 1 file changed, 1 deletion(-) (limited to 'appinfo') 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()); -- cgit v1.2.3