json-rpc-bundle

This commit is contained in:
insidestyles
2019-04-15 09:46:21 +03:00
parent 436a884b4b
commit 784d353755
3 changed files with 18 additions and 0 deletions
@@ -0,0 +1,7 @@
json_rpc_api:
handlers:
main:
path: /api
host: ~
serializer: ~
logger: ~
@@ -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%/"
}
}