mirror of
https://github.com/cubixle/tuu.git
synced 2026-04-30 11:48:46 +01:00
fixed dep verisons for uuid. finished passing env around
This commit is contained in:
@@ -62,5 +62,6 @@ func (r *DefaultRouter) addRoute(m, p string, h Handler) {
|
||||
Method: m,
|
||||
Path: p,
|
||||
Handler: h,
|
||||
Env: r.env,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user