mirror of
https://github.com/datarhei/core.git
synced 2025-10-05 07:57:13 +08:00
Fix update process, list process in raft store
This commit is contained in:
@@ -62,10 +62,6 @@ func NewAPI(config APIConfig) (API, error) {
|
||||
a.router.HideBanner = true
|
||||
a.router.HidePort = true
|
||||
|
||||
mwlog.NewWithConfig(mwlog.Config{
|
||||
Logger: a.logger,
|
||||
})
|
||||
|
||||
a.router.Use(mwlog.NewWithConfig(mwlog.Config{
|
||||
Logger: a.logger,
|
||||
}))
|
||||
|
Reference in New Issue
Block a user