Skip to content

Commit

Permalink
fix(connection): fix GetNamespaceConnection route (#257)
Browse files Browse the repository at this point in the history
Because

- The `GetNamespaceConnection` endpoint returns `UNIMPLEMENTED`.

This commit

- Fix route.
  • Loading branch information
jvallesm authored Oct 22, 2024
1 parent c0694dd commit a6738ef
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 a6738ef

Please sign in to comment.