Skip to content

Commit

Permalink
Revert "Update message"
Browse files Browse the repository at this point in the history
This reverts commit 67f0a5c.
  • Loading branch information
seanmorton committed Jun 28, 2023
1 parent 67f0a5c commit 065a2a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

func main() {
http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) {
fmt.Fprintf(w, "Hello, Foundation Demo!")
fmt.Fprintf(w, "Hello, World!")
})

http.ListenAndServe(":3000", nil)
Expand Down

0 comments on commit 065a2a2

Please sign in to comment.