diff --git a/router.go b/router.go index 03a72e3..b6b0a25 100644 --- a/router.go +++ b/router.go @@ -74,6 +74,7 @@ func NewAPIGRouter(cfg *APIGRouterConfig) *APIGRouter { params: map[string]string{}, prefix: cfg.Prefix, headers: cfg.Headers, + context: cfg.Context, } }