Skip to content

Commit 13b375d

Browse files
path prefix change
1 parent 8e0200d commit 13b375d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/codefresh/git-source.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func (g *gitSource) List(runtimeName string) ([]model.GitSource, error) {
5959

6060
response, err := g.codefresh.requestAPI(&requestOptions{
6161
method: "POST",
62-
path: "/argo/api/graphql",
62+
path: "/2.0/api/graphql",
6363
body: jsonData,
6464
})
6565
if err != nil {

0 commit comments

Comments
 (0)