Update ping.go

updating ping
This commit is contained in:
Chad Arimura
2017-09-11 11:16:17 -07:00
committed by GitHub
parent ddc56e5cc2
commit d0901c104f

View File

@@ -7,5 +7,5 @@ import (
) )
func handlePing(c *gin.Context) { func handlePing(c *gin.Context) {
c.JSON(http.StatusOK, gin.H{"hello": "world!", "goto": "https://github.com/treeder/functions"}) c.JSON(http.StatusOK, gin.H{"hello": "world!", "goto": "https://github.com/fnproject/fn"})
} }