forked from Ivasoft/traefik
Use name@provider instead of provider@name.
This commit is contained in:
committed by
Traefiker Bot
parent
1e779f7135
commit
adc9a65ae3
@@ -464,5 +464,5 @@ func getIntParam(request *http.Request, key string, defaultValue int) (int, erro
|
||||
}
|
||||
|
||||
func getProviderName(id string) string {
|
||||
return strings.SplitN(id, ".", 2)[0]
|
||||
return strings.SplitN(id, "@", 2)[1]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user