We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e0200d commit 13b375dCopy full SHA for 13b375d
pkg/codefresh/git-source.go
@@ -59,7 +59,7 @@ func (g *gitSource) List(runtimeName string) ([]model.GitSource, error) {
59
60
response, err := g.codefresh.requestAPI(&requestOptions{
61
method: "POST",
62
- path: "/argo/api/graphql",
+ path: "/2.0/api/graphql",
63
body: jsonData,
64
})
65
if err != nil {
0 commit comments