web panel updated
This commit is contained in:
parent
ef799f7ae7
commit
db722a9e98
44
bindata.go
44
bindata.go
File diff suppressed because one or more lines are too long
|
@ -131,6 +131,7 @@ func (s *Server) start(p *cli.Context) (err error) {
|
||||||
//websocket
|
//websocket
|
||||||
e.GET("/ws", s.projects)
|
e.GET("/ws", s.projects)
|
||||||
e.HideBanner = true
|
e.HideBanner = true
|
||||||
|
e.Debug = false
|
||||||
go e.Start(string(s.parent.Server.Host) + ":" + strconv.Itoa(s.parent.Server.Port))
|
go e.Start(string(s.parent.Server.Host) + ":" + strconv.Itoa(s.parent.Server.Port))
|
||||||
_, err = s.openURL("http://" + string(s.parent.Server.Host) + ":" + strconv.Itoa(s.parent.Server.Port))
|
_, err = s.openURL("http://" + string(s.parent.Server.Host) + ":" + strconv.Itoa(s.parent.Server.Port))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in New Issue