Skip to content

Commit

Permalink
fix: container registry agent list tags path
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaron Schwimmer committed Dec 31, 2020
1 parent 936bfa3 commit 58e5225
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 58e5225

Please sign in to comment.