Skip to content

Commit

Permalink
v3
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanbaraldi committed Feb 4, 2020
1 parent 4fef070 commit 1ebf865
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 @@ -6,7 +6,7 @@ import (
"log"
)

const webContent = "{ api : gokube, v : 1 } "
const webContent = "gokube-go-api-v1"

func main() {
http.HandleFunc("/", helloHandler)
Expand Down

0 comments on commit 1ebf865

Please sign in to comment.