1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-09 21:15:56 +00:00

Fix readme

This commit is contained in:
Gerasimos Maropoulos
2016-10-05 18:42:52 +03:00
parent bffd2074eb
commit 39f58fe286

View File

@@ -118,10 +118,10 @@ func main(){
})
iris.Get("/myjson", func(ctx *iris.Context){
ctx.JSON(iris.Map{
ctx.JSON(iris.StatusOK, iris.Map{
"Name": "Iris",
"Released": "13 March 2016",
"Stars": 5250,
"Stars": 5281,
})
})