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:
@@ -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>")
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user