Skip to content

Commit

Permalink
Merge branch 'hotfix/3.0.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
yoanm committed Dec 8, 2020
2 parents 93e4446 + ac17808 commit 72c5008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Resources/config/routing/endpoint.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
path="%json_rpc_http_server.http_endpoint_path%"
methods="POST"
>
<default key="_controller">json_rpc_http_server.endpoint:httpPost</default>
<default key="_controller">json_rpc_http_server.endpoint::httpPost</default>
</route>
<route
id="json_rpc_http_server_endpoint_options"
path="%json_rpc_http_server.http_endpoint_path%"
methods="OPTIONS"
>
<default key="_controller">json_rpc_http_server.endpoint:httpOptions</default>
<default key="_controller">json_rpc_http_server.endpoint::httpOptions</default>
</route>
</routes>

0 comments on commit 72c5008

Please sign in to comment.