Updated API index reponse, more friendly. (#511)

This commit is contained in:
Travis Reeder
2017-02-06 07:12:29 -08:00
committed by Seif Lotfy سيف لطفي
parent 679d50602e
commit 27123a0609
2 changed files with 18 additions and 1 deletions

View File

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