Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
TOnodera committed Jan 12, 2024
1 parent e209697 commit ec80ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ func handler(w http.ResponseWriter, r *http.Request) {
}

func main() {
http.HandlerFunc("/", handler)
http.HandleFunc("/", handler)
http.ListenAndServe(":8080", nil)
}

0 comments on commit ec80ca4

Please sign in to comment.