feat: refactor http
This commit is contained in:
@@ -83,6 +83,9 @@ func Provide(opts ...opt.Option) error {
|
||||
TimeZone: "Asia/Shanghai",
|
||||
}))
|
||||
|
||||
return &Service{Engine: engine, conf: &config}, nil
|
||||
return &Service{
|
||||
Engine: engine,
|
||||
conf: &config,
|
||||
}, nil
|
||||
}, o.DiOptions()...)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user