~jheckt/PhotographyWebsite

8e91075342a0943353174fe48f6df8c217c39ac5 — turnipsoup 1 year, 10 months ago 7008441
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))
}