Skip to content

Commit

Permalink
fix(connection): fix GetNamespaceConnection route
Browse files Browse the repository at this point in the history
  • Loading branch information
jvallesm committed Oct 22, 2024
1 parent c0694dd commit 677601d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/settings-env/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -1935,8 +1935,8 @@
"timeout": "5s"
},
{
"endpoint": "/vdp.pipeline.v1beta.ConnectionPublicService/GetNamespaceConnection",
"url_pattern": "/vdp.pipeline.v1beta.ConnectionPublicService/GetNamespaceConnection",
"endpoint": "/vdp.pipeline.v1beta.PipelinePublicService/GetNamespaceConnection",
"url_pattern": "/vdp.pipeline.v1beta.PipelinePublicService/GetNamespaceConnection",
"method": "POST",
"timeout": "5s"
},
Expand Down

0 comments on commit 677601d

Please sign in to comment.