update
This commit is contained in:
parent
c937360605
commit
2395c1a638
10
config/packages/api_platform.yaml
Normal file
10
config/packages/api_platform.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
api_platform:
|
||||
title: Hello API Platform
|
||||
version: 1.0.0
|
||||
# Good defaults for REST APIs
|
||||
defaults:
|
||||
stateless: true
|
||||
cache_headers:
|
||||
vary: ['Content-Type', 'Authorization', 'Origin']
|
||||
extra_properties:
|
||||
standard_put: true
|
Loading…
Reference in New Issue
Block a user