1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 02:17:05 +00:00

Update to 8.2.5 | Say Hello to Controllers. Read HISTORY.md

Former-commit-id: 70f8619440497d132362da86c5187bcc57f8687b
This commit is contained in:
kataras
2017-08-13 21:58:34 +03:00
parent 2786ca1960
commit 8cd07719a6
32 changed files with 1302 additions and 152 deletions

View File

@@ -58,7 +58,7 @@ func main() {
})
// http://localhost:8080
// http://localhost/redirect/my-page1
// http://localhost:8080/redirect/my-page1
app.Run(iris.Addr(":8080"))
}