1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 10:27:06 +00:00

update kataras/golog and kataras/pio deps

Former-commit-id: 0f736f181b01771701b43cf4eef46b7086838fc7
This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-06-09 06:30:12 +03:00
parent 2042637e41
commit 2c39828fe2
5 changed files with 60 additions and 5 deletions

View File

@@ -61,8 +61,8 @@ func main() {
}()
r := newRequestLogger(logFile)
app.Use(r)
app.OnAnyErrorCode(r, func(ctx iris.Context) {
ctx.HTML("<h1> Error: Please try <a href ='/'> this </a> instead.</h1>")
})