From f877b1448612bbf8fb4ed257263012cf1ee2fbba Mon Sep 17 00:00:00 2001 From: Brendan Heussler Date: Mon, 8 Feb 2021 13:39:09 -0800 Subject: [PATCH] choir: update README.md with required CORS properties --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 19fb9799..08af963a 100644 --- a/README.md +++ b/README.md @@ -234,6 +234,7 @@ graphql: corsEnabled: true cors: allowed-origins: http://some.domain.com + allowed-methods: GET, HEAD, POST # if you want to @ExceptionHandler annotation for custom GraphQLErrors exception-handlers-enabled: true contextSetting: PER_REQUEST_WITH_INSTRUMENTATION