cmd/site: handle this error
This commit is contained in:
parent
193c5e1635
commit
ea284e3ef2
|
@ -75,7 +75,7 @@ func main() {
|
|||
}
|
||||
|
||||
ln.Log(context.Background(), ln.F{"action": "http_listening", "port": port})
|
||||
http.ListenAndServe(":"+port, altOnionHandler(s))
|
||||
ln.FatalErr(context.Background(), http.ListenAndServe(":"+port, altOnionHandler(s)))
|
||||
}
|
||||
|
||||
func requestIDMiddleware(next http.Handler) http.Handler {
|
||||
|
|
Loading…
Reference in New Issue