Update api.rst

This commit is contained in:
Bernhard Posselt
2015-01-09 20:06:14 +01:00
parent e6442c079e
commit 3aecb6899b

View File

@@ -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' => '.+')
)