From 784d3537550ae622f2f432981b07fede5761df62 Mon Sep 17 00:00:00 2001 From: insidestyles Date: Mon, 15 Apr 2019 09:46:21 +0300 Subject: [PATCH] json-rpc-bundle --- .../json-rpc-bundle/1.0/config/packages/json_rpc_api.yaml | 7 +++++++ .../1.0/config/routes/json_rpc_api_routing.yaml | 3 +++ insidestyles/json-rpc-bundle/1.0/manifest.json | 8 ++++++++ 3 files changed, 18 insertions(+) create mode 100644 insidestyles/json-rpc-bundle/1.0/config/packages/json_rpc_api.yaml create mode 100644 insidestyles/json-rpc-bundle/1.0/config/routes/json_rpc_api_routing.yaml create mode 100644 insidestyles/json-rpc-bundle/1.0/manifest.json diff --git a/insidestyles/json-rpc-bundle/1.0/config/packages/json_rpc_api.yaml b/insidestyles/json-rpc-bundle/1.0/config/packages/json_rpc_api.yaml new file mode 100644 index 00000000..fbb93c22 --- /dev/null +++ b/insidestyles/json-rpc-bundle/1.0/config/packages/json_rpc_api.yaml @@ -0,0 +1,7 @@ +json_rpc_api: + handlers: + main: + path: /api + host: ~ + serializer: ~ + logger: ~ diff --git a/insidestyles/json-rpc-bundle/1.0/config/routes/json_rpc_api_routing.yaml b/insidestyles/json-rpc-bundle/1.0/config/routes/json_rpc_api_routing.yaml new file mode 100644 index 00000000..708ed680 --- /dev/null +++ b/insidestyles/json-rpc-bundle/1.0/config/routes/json_rpc_api_routing.yaml @@ -0,0 +1,3 @@ +_json_rpc_api: + resource: . + type: json_rpc_api diff --git a/insidestyles/json-rpc-bundle/1.0/manifest.json b/insidestyles/json-rpc-bundle/1.0/manifest.json new file mode 100644 index 00000000..68dac51e --- /dev/null +++ b/insidestyles/json-rpc-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Insidestyles\\JsonRpcBundle\\JsonRpcBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}