Remove "enabled" in CORS guide

The "enabled" config option has been removed already.

Change-Id: I35586d11e93b6d62513738dd6263e6fe1032d2af
This commit is contained in:
wangxiyuan 2017-08-28 16:19:09 +08:00
parent b2d9b90499
commit 02c49fe3f7
1 changed files with 1 additions and 2 deletions

View File

@ -58,10 +58,9 @@ default value is [].
Request and Response example
----------------------------
To use CORS, you should make sure that the feature is enabled::
The CORS feature is enabled by default in Zaqar. Here is a config example:::
[cors]
enabled = true
allowed_origin = http://example
allow_methods = GET