mirror of
https://github.com/kataras/iris.git
synced 2026-03-06 08:25:59 +00:00
Former-commit-id: 37fb93250c2ed48fcadb550d1444c77e4a89bce8
This commit is contained in:
@@ -534,6 +534,10 @@ func WithConfiguration(c Configuration) Configurator {
|
||||
main.DisableInterruptHandler = v
|
||||
}
|
||||
|
||||
if v := c.DisableVersionChecker; v {
|
||||
main.DisableVersionChecker = v
|
||||
}
|
||||
|
||||
if v := c.DisablePathCorrection; v {
|
||||
main.DisablePathCorrection = v
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user