Merge pull request #657

This commit is contained in:
symfony-flex-server[bot]
2019-06-29 07:55:22 +00:00
committed by GitHub
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%/"
}
}