Skip to content

Commit ea56fae

Browse files
committed
docs: fix origin property
1 parent 4b35b5f commit ea56fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/config-file.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ cors:
5050
enable: true
5151
# sets the Access-Control-Allow-Origin header [default: *]
5252
# '*' will use the requests ORIGIN header
53-
allowed_origins:
53+
origin:
5454
- https://example.org
5555
# sets Access-Control-Max-Age Header. Remove to use default. [default: None]
5656
max_age: 3600

0 commit comments

Comments
 (0)