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%/" + } +}