Merge pull request #774

This commit is contained in:
symfony-flex-server[bot]
2019-11-28 16:46:26 +00:00
committed by GitHub
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%/"
}
}