Recipe for insidestyles/json-rpc-bundle V2

This commit is contained in:
insidestyles
2019-10-19 07:42:21 +03:00
parent c567f5f1cd
commit 7b766911d2
3 changed files with 25 additions and 0 deletions
@@ -0,0 +1,14 @@
json_rpc_api:
handlers:
auth:
path: /auth
host: null
serializer: null
logger: null
annotation: null
main:
path: /api/v1
host: null
serializer: null
logger: null
annotation: null
@@ -0,0 +1,3 @@
_json_rpc_api:
resource: .
type: json_rpc_api
@@ -0,0 +1,8 @@
{
"bundles": {
"Insidestyles\\JsonRpcBundle\\JsonRpcBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}