mirror of
https://github.com/kataras/iris.git
synced 2026-01-09 13:05:56 +00:00
minor: compatibility: context render
This commit is contained in:
@@ -62,7 +62,7 @@ type (
|
||||
|
||||
func main() {
|
||||
app := iris.New()
|
||||
app.Post("/", your_package.Handle(handler))
|
||||
app.Post("/", x.Handle(handler))
|
||||
app.Listen(":8080")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user