mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-24 01:38:43 +00:00
Fix 404 error in repo API (#495)
This commit is contained in:
parent
4af13eba60
commit
d138c10eb6
1 changed files with 1 additions and 0 deletions
|
|
@ -523,6 +523,7 @@ type bug21955Workaround struct {
|
|||
|
||||
var pathPatters = []*regexp.Regexp{
|
||||
regexp.MustCompile(`/api/v1/clusters/[^/]+`),
|
||||
regexp.MustCompile(`/api/v1/repositories/[^/]+`),
|
||||
regexp.MustCompile(`/api/v1/repositories/[^/]+/apps`),
|
||||
regexp.MustCompile(`/api/v1/repositories/[^/]+/apps/[^/]+`),
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue