mirror of
https://github.com/kataras/iris.git
synced 2025-02-02 23:40:35 +01:00
Fix Toml Struct Tag on Tunneling conf | #1324
Fix Structtag Tunneling Former-commit-id: e05d95778773d6377ac8dba06f43b09c892ead22
This commit is contained in:
commit
cb634a037a
|
@ -594,7 +594,7 @@ type Configuration struct {
|
||||||
|
|
||||||
// Tunneling can be optionally set to enable ngrok http(s) tunneling for this Iris app instance.
|
// Tunneling can be optionally set to enable ngrok http(s) tunneling for this Iris app instance.
|
||||||
// See the `WithTunneling` Configurator too.
|
// 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"
|
// IgnoreServerErrors will cause to ignore the matched "errors"
|
||||||
// from the main application's `Run` function.
|
// from the main application's `Run` function.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user