diff --git a/pkg/types/constants.go b/pkg/types/constants.go index 8edb65406..2ee26d6c2 100644 --- a/pkg/types/constants.go +++ b/pkg/types/constants.go @@ -4,7 +4,7 @@ const ApiKeyAuthType = "api-key" const TlsAuthType = "tls" const PasswordAuthType = "password" -const PAPIBaseURL = "https://papi.crowdsec.net/v1/decisions/stream/poll" +const PAPIBaseURL = "https://papi.api.crowdsec.net/v1/decisions/stream/poll" const CAPIBaseURL = "https://api.crowdsec.net/" const CscliOrigin = "cscli"