Plugins Proxy: Allow using {{ .URL }} inside "routes" section in plugin.json (#80858)
Signed-off-by: Slach <bloodjazman@gmail.com> Co-authored-by: Andres Martinez Gotor <andres.mgotor@gmail.com>
This commit is contained in:
@@ -218,6 +218,7 @@ func (proxy PluginProxy) logRequest() {
|
||||
}
|
||||
|
||||
type templateData struct {
|
||||
URL string
|
||||
JsonData map[string]any
|
||||
SecureJsonData map[string]string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user