We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 93e4446 + ac17808 commit 72c5008Copy full SHA for 72c5008
src/Resources/config/routing/endpoint.xml
@@ -9,13 +9,13 @@
9
path="%json_rpc_http_server.http_endpoint_path%"
10
methods="POST"
11
>
12
- <default key="_controller">json_rpc_http_server.endpoint:httpPost</default>
+ <default key="_controller">json_rpc_http_server.endpoint::httpPost</default>
13
</route>
14
<route
15
id="json_rpc_http_server_endpoint_options"
16
17
methods="OPTIONS"
18
19
- <default key="_controller">json_rpc_http_server.endpoint:httpOptions</default>
+ <default key="_controller">json_rpc_http_server.endpoint::httpOptions</default>
20
21
</routes>
0 commit comments