Skip to content

Commit

Permalink
Testando
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanbaraldi committed May 13, 2020
1 parent 1245842 commit aba4c85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"log"
)

const webContent = "gw-go-api-v7"
const webContent = "dev-ops-ninja:go-api-v7"

func main() {
http.HandleFunc("/", helloHandler)
Expand All @@ -15,4 +15,4 @@ func main() {

func helloHandler(w http.ResponseWriter, r *http.Request) {
fmt.Fprint(w, webContent)
}
}

0 comments on commit aba4c85

Please sign in to comment.