remove old crowdwatch ref
This commit is contained in:
parent
0dca57ab6a
commit
8e6e17b8c0
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ func (ctx *ApiCtx) LoadConfig(cfg string) error {
|
|||
log.Warningf("!API paths must not be prefixed by /")
|
||||
}
|
||||
|
||||
ctx.Http = sling.New().Base(ctx.BaseURL+"/"+ctx.ApiVersion+"/").Set("User-Agent", fmt.Sprintf("CrowdWatch/%s", cwversion.VersionStr()))
|
||||
ctx.Http = sling.New().Base(ctx.BaseURL+"/"+ctx.ApiVersion+"/").Set("User-Agent", fmt.Sprintf("Crowdsec/%s", cwversion.VersionStr()))
|
||||
log.Printf("api load configuration: configuration loaded successfully (base:%s)", ctx.BaseURL+"/"+ctx.ApiVersion+"/")
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue