mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Update api.rst
This commit is contained in:
parent
e6442c079e
commit
3aecb6899b
@ -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' => '.+')
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user