From 7e871d2278895497c827d13607c05616f5ac5c45 Mon Sep 17 00:00:00 2001 From: AlteredCoder <64792091+AlteredCoder@users.noreply.github.com> Date: Fri, 3 Feb 2023 12:10:02 +0100 Subject: [PATCH] rename PAPI base URL (#2033) --- pkg/types/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"