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

Commit c5d8ed7

Browse files
docs(#429): fix typo in Playground documentation
`subscriptionsEndpoint` was incorrect and would not work
1 parent 0ab682c commit c5d8ed7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ Available Spring Boot configuration parameters (either `application.yml` or `app
294294
graphql.playground:
295295
mapping: /playground
296296
endpoint: /graphql
297-
subscriptionsEndpoint: /subscriptions
297+
subscriptionEndpoint: /subscriptions
298298
staticPath.base: my-playground-resources-folder
299299
enabled: true
300300
pageTitle: Playground
@@ -331,7 +331,7 @@ graphql.playground:
331331
```
332332
## Basic settings
333333

334-
`mapping`, `endpoint` and `subscriptionsEndpoint` will default to `/playground`, `/graphql` and `/subscriptions`,
334+
`mapping`, `endpoint` and `subscriptionEndpoint` will default to `/playground`, `/graphql` and `/subscriptions`,
335335
respectively. Note that these values may not be empty.
336336

337337
`enabled` defaults to `true`, and therefor Playground will be available by default if the dependency is added to a

0 commit comments

Comments
 (0)