mirror of
https://github.com/containous/traefik.git
synced 2025-08-25 13:49:32 +03:00
Marathon provider listener
This commit is contained in:
@ -31,7 +31,7 @@ var MarathonFuncMap = template.FuncMap{
|
||||
return value
|
||||
}
|
||||
}
|
||||
return application.ID
|
||||
return strings.Replace(application.ID, "/", "", 1)
|
||||
},
|
||||
"replace": func(s1 string, s2 string, s3 string) string {
|
||||
return strings.Replace(s3, s1, s2, -1)
|
||||
|
Reference in New Issue
Block a user