Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixWieland committed Jul 4, 2023
1 parent cdccc4c commit 375819c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ package main

func main() {
mux := http.NewServeMux()
mux.Handle("/", magic.CompressedComponentHTTPHandler(home))
mux.Handle("/", magic.ComponentHTTPHandler(home))
log.Print("Listening to http://localhost:8070")
if err := http.ListenAndServe(":8070", mux); err != nil {
log.Fatal(err)
Expand Down

0 comments on commit 375819c

Please sign in to comment.