mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 21:08:10 -05:00
Update allocations.go (#2819)
This commit is contained in:
committed by
terence tsao
parent
2c8bddc324
commit
9460232550
@@ -32,6 +32,8 @@ func (s *server) serveAllocationsHTTPPage() {
|
||||
})
|
||||
|
||||
srv := &http.Server{Addr: ":8080", Handler: mux}
|
||||
go log.Fatal(srv.ListenAndServe())
|
||||
go func() {
|
||||
log.Fatal(srv.ListenAndServe())
|
||||
}()
|
||||
log.Info("Serving allocations page at :8080/allocations")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user