mirror of
https://github.com/cubixle/tuu.git
synced 2026-04-30 10:38:42 +01:00
fixed some bugs related to middleware
This commit is contained in:
@@ -29,6 +29,7 @@ func newContext(r Route, res http.ResponseWriter, req *http.Request) *DefaultCon
|
||||
params: params,
|
||||
data: data,
|
||||
env: r.Env,
|
||||
logger: r.Logger,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user