1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-17 09:57:01 +00:00

Publish version 11.1.0. Read HISTORY.md for details

Former-commit-id: 5bc97f3093655d08e07cfa0a27decda98b6d300f
This commit is contained in:
Gerasimos (Makis) Maropoulos
2018-11-18 03:26:48 +02:00
parent 18b236a1ee
commit c0f48385a8
17 changed files with 193 additions and 19 deletions

View File

@@ -139,5 +139,4 @@ app.Get("/api/user", func(ctx iris.Context) {
return
}
})
```
```