Skip to content

Commit

Permalink
Update server.go
Browse files Browse the repository at this point in the history
  • Loading branch information
rlankfo authored Oct 28, 2021
1 parent ab40c12 commit 80f602c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,5 @@ func runHTTP(addr, path string, handler http.Handler, landing []byte) {
Handler: mux,
}
log.Printf("Starting HTTP server for http://%s%s ...", addr, path)
srv.ListenAndServe()
log.Fatal(srv.ListenAndServe())
}

0 comments on commit 80f602c

Please sign in to comment.