Skip to content

Commit 72c5008

Browse files
committedDec 8, 2020
Merge branch 'hotfix/3.0.4'
2 parents 93e4446 + ac17808 commit 72c5008

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/Resources/config/routing/endpoint.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
path="%json_rpc_http_server.http_endpoint_path%"
1010
methods="POST"
1111
>
12-
<default key="_controller">json_rpc_http_server.endpoint:httpPost</default>
12+
<default key="_controller">json_rpc_http_server.endpoint::httpPost</default>
1313
</route>
1414
<route
1515
id="json_rpc_http_server_endpoint_options"
1616
path="%json_rpc_http_server.http_endpoint_path%"
1717
methods="OPTIONS"
1818
>
19-
<default key="_controller">json_rpc_http_server.endpoint:httpOptions</default>
19+
<default key="_controller">json_rpc_http_server.endpoint::httpOptions</default>
2020
</route>
2121
</routes>

0 commit comments

Comments
 (0)
Please sign in to comment.