Fix Structtag Tunneling

Former-commit-id: 9b72bc3d851385e4b1ae6abc832d7f10e1239332
This commit is contained in:
Josef Fröhle 2019-08-04 16:06:26 +02:00 committed by GitHub
parent e57421021c
commit 2eb92f03e9

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.