From 3aecb6899b79650a0efc17936f69a2f4ca575288 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 9 Jan 2015 20:06:14 +0100 Subject: [PATCH] Update api.rst --- developer_manual/app/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/app/api.rst b/developer_manual/app/api.rst index b1d806ba4..0bf65919b 100644 --- a/developer_manual/app/api.rst +++ b/developer_manual/app/api.rst @@ -37,7 +37,7 @@ CORS also needs a separate URL for the preflighted **OPTIONS** request that easi // appinfo/routes.php array( 'name' => 'author_api#preflighted_cors', - 'url' => '/api/1.0/authors/{path}', + 'url' => '/api/1.0/{path}', 'verb' => 'OPTIONS', 'requirements' => array('path' => '.+') )