mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
json-rpc-bundle
This commit is contained in:
@@ -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%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user