refactor(rest): use static config for trace ignore paths. (#2773)
This commit is contained in:
@@ -57,5 +57,7 @@ type (
|
||||
Signature SignatureConf `json:",optional"`
|
||||
// There are default values for all the items in Middlewares.
|
||||
Middlewares MiddlewaresConf
|
||||
// TraceIgnorePaths is paths blacklist for trace middleware.
|
||||
TraceIgnorePaths []string `json:",optional"`
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user