Skip to content

Commit

Permalink
Merge pull request #302 from snyk/fix/container-registry-agent-path
Browse files Browse the repository at this point in the history
fix: container registry agent list tags path
  • Loading branch information
Yaron Schwimmer authored Jan 3, 2021
2 parents 936bfa3 + 58e5225 commit f874951
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
{
"//": "lists tags/images in a repository",
"method": "GET",
"path": "/list/:repo",
"path": "/list/*",
"origin": "${CR_AGENT_URL}"
},
{
Expand Down

0 comments on commit f874951

Please sign in to comment.