Fix Toml Struct Tag on Tunneling conf | #1324

Fix Structtag Tunneling

Former-commit-id: e05d95778773d6377ac8dba06f43b09c892ead22
This commit is contained in:
Gerasimos (Makis) Maropoulos 2019-08-05 10:58:32 +03:00 committed by GitHub
commit cb634a037a

View File

@ -594,7 +594,7 @@ type Configuration struct {
// Tunneling can be optionally set to enable ngrok http(s) tunneling for this Iris app instance.
// See the `WithTunneling` Configurator too.
Tunneling TunnelingConfiguration `json:"tunneling,omitempty" yaml:"Tunneling" toml"Tunneling"`
Tunneling TunnelingConfiguration `json:"tunneling,omitempty" yaml:"Tunneling" toml:"Tunneling"`
// IgnoreServerErrors will cause to ignore the matched "errors"
// from the main application's `Run` function.