[Pkg-owncloud-commits] [owncloud-doc] 66/110: Update api.rst

David Prévot taffit at moszumanska.debian.org
Fri Feb 6 21:10:36 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud-doc.

commit baf03cd118b5b1cd63c7b105b435df4a3c0e737e
Author: Bernhard Posselt <Raydiation at users.noreply.github.com>
Date:   Fri Jan 9 20:06:34 2015 +0100

    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 b1d806b..0bf6591 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' => '.+')
     )

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list