mirror of
https://github.com/kataras/iris.git
synced 2025-03-13 21:36:28 +01:00
Fix Structtag Tunneling
Former-commit-id: 9b72bc3d851385e4b1ae6abc832d7f10e1239332
This commit is contained in:
parent
e57421021c
commit
2eb92f03e9
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user