mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 10:41:03 +01:00
examples: minor
This commit is contained in:
parent
8d99b46801
commit
f20e7f1ecc
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user