Update API Platform

pull/1/head
Hecht 1 year ago
parent bc1d5df582
commit 4dd9917453

@ -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

@ -4,10 +4,11 @@
"recipe": { "recipe": {
"repo": "github.com/symfony/recipes", "repo": "github.com/symfony/recipes",
"branch": "main", "branch": "main",
"version": "3.0", "version": "3.1",
"ref": "0330386d716d3eecc52ee5ac66976e733eb8f961" "ref": "adf0c75f4bed8b0043a6680376323404953578c5"
}, },
"files": [ "files": [
"config/packages/api_platform.yaml",
"config/routes/api_platform.yaml", "config/routes/api_platform.yaml",
"src/ApiResource/.gitignore" "src/ApiResource/.gitignore"
] ]

Loading…
Cancel
Save