mirror of
https://github.com/kataras/iris.git
synced 2026-01-24 12:25:57 +00:00
Fix some plugins
This commit is contained in:
@@ -89,7 +89,7 @@ func (i *iriscontrol) initializeChild() {
|
||||
}
|
||||
})
|
||||
|
||||
go i.child.Listen(i.parent.HTTPServer.VirtualHostname() + strconv.Itoa(i.port))
|
||||
go i.child.Listen(i.parent.HTTPServer.VirtualHostname() + ":" + strconv.Itoa(i.port))
|
||||
}
|
||||
|
||||
func (i *iriscontrol) parentIsRunning() bool {
|
||||
|
||||
Reference in New Issue
Block a user