Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit d54d805

Browse files
authored
Merge pull request #530 from beedaan/readme-cors
choir: update README.md with required CORS properties
2 parents 85472e6 + f877b14 commit d54d805

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ graphql:
234234
corsEnabled: true
235235
cors:
236236
allowed-origins: http://some.domain.com
237+
allowed-methods: GET, HEAD, POST
237238
# if you want to @ExceptionHandler annotation for custom GraphQLErrors
238239
exception-handlers-enabled: true
239240
contextSetting: PER_REQUEST_WITH_INSTRUMENTATION

0 commit comments

Comments
 (0)