Skip to content

Commit

Permalink
DOCS Add missing colon to CORS docs example
Browse files Browse the repository at this point in the history
  • Loading branch information
jcop007 authored Jun 7, 2022
1 parent 40ba78f commit 2c30438
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ SilverStripe\GraphQL\Controller:
```yaml
## CORS Config
SilverStripe\Core\Injector\Injector:
SilverStripe\GraphQL\Controller.default
SilverStripe\GraphQL\Controller.default:
properties:
corsConfig:
Enabled: false
Expand Down

0 comments on commit 2c30438

Please sign in to comment.