Added context to NewAPIGRouter

This commit is contained in:
mitchelljfs 2018-08-03 11:07:37 -07:00
parent 639d28c78e
commit 4399e41cd2
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ func NewAPIGRouter(cfg *APIGRouterConfig) *APIGRouter {
params: map[string]string{},
prefix: cfg.Prefix,
headers: cfg.Headers,
context: cfg.Context,
}
}