back to localhost
1 files changed, 1 insertions(+), 1 deletions(-) M main.go
M main.go => main.go +1 -1
@@ 39,5 39,5 @@ func main() { // Serve static files from the static directory http.HandleFunc("/css/main.css", handleCSS) - log.Fatal(http.ListenAndServe("0.0.0.0:8080", nil)) + log.Fatal(http.ListenAndServe("127.0.0.1:8080", nil)) }