Test for go-build

This commit is contained in:
EMRE ÇELİK 2022-06-25 16:55:26 +03:00 committed by GitHub
parent b5ae3d806a
commit 7c5e347837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,8 +84,6 @@ func (svr *Service) RunDashboardServer(address string) (err error) {
Handler: router,
TLSConfig: cfg,
TLSNextProto: make(map[string]func(*http.Server, *tls.Conn, http.Handler), 0),
ReadTimeout: httpServerReadTimeout,
WriteTimeout: httpServerWriteTimeout,
}
go server.ListenAndServeTLS("", "")
} else {