mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 10:27:06 +00:00
examples: minor
This commit is contained in:
@@ -27,7 +27,7 @@ func main() {
|
|||||||
|
|
||||||
app.Get("/simple", func(ctx iris.Context) {
|
app.Get("/simple", func(ctx iris.Context) {
|
||||||
names := ctx.URLParamSlice("name")
|
names := ctx.URLParamSlice("name")
|
||||||
ctx.Writef("names: %v", ids)
|
ctx.Writef("names: %v", names)
|
||||||
})
|
})
|
||||||
|
|
||||||
// http://localhost:8080?name=iris&age=3
|
// http://localhost:8080?name=iris&age=3
|
||||||
|
|||||||
Reference in New Issue
Block a user