1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-05 19:27:05 +00:00

Add the HISTORY.md entry for the new release, 4.3.0

This commit is contained in:
Gerasimos Maropoulos
2016-09-20 12:24:44 +03:00
parent 60947d4f21
commit cfb6beec43
2 changed files with 6 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ func main() {
// handle "/" - HTTP METHOD: "GET"
iris.Get("/", func(ctx *iris.Context) {
ctx.Render("index.html")
ctx.Render("index.html", nil)
})
iris.Get("/login", func(ctx *iris.Context) {