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