mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
[API] Add missing note about enabling API to UPGRADE-1.10 file
This commit is contained in:
parent
e4e0ef42ab
commit
abe4464a45
1 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue