mirror of
https://github.com/symfony/recipes.git
synced 2026-09-15 09:06:24 +03:00
Added API Platform 2.6 recipe
Same as 2.5 recipe but with `defaults.stateless` set to `true`
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
api_platform:
|
||||
mapping:
|
||||
paths: ['%kernel.project_dir%/src/Entity']
|
||||
patch_formats:
|
||||
json: ['application/merge-patch+json']
|
||||
swagger:
|
||||
versions: [3]
|
||||
defaults:
|
||||
stateless: true
|
||||
+1
@@ -0,0 +1 @@
|
||||
../../2.1/config/routes
|
||||
Reference in New Issue
Block a user