organise startup message

pull/454/head
wernerr 2020-06-07 21:30:15 +02:00
parent 7617e425d8
commit 43d72225c4
1 changed files with 1 additions and 0 deletions

1
ctx.go
View File

@ -780,6 +780,7 @@ func (ctx *Ctx) Route() *Route {
if ctx.route == nil {
// Fallback for fasthttp error handler
return &Route{
path: ctx.pathOriginal,
Path: ctx.pathOriginal,
Method: ctx.method,
Handlers: make([]Handler, 0),