[API] Add missing note about enabling API to UPGRADE-1.10 file

This commit is contained in:
Grzegorz Sadowski 2021-07-16 11:29:25 +02:00
parent e4e0ef42ab
commit abe4464a45
No known key found for this signature in database
GPG key ID: EF87FF4E6E3BD364

View file

@ -1,3 +1,12 @@
# UPGRADE FROM `v1.10.0` TO `v1.10.1`
1. API is disabled by default, to enable it you need to set flag to ``true`` in ``app/config/packages/_sylius.yaml``:
```yaml
sylius_api:
enabled: true
```
# UPGRADE FROM `v1.9.X` TO `v1.10.0`
### Admin API Bundle Removal