rename PAPI base URL (#2033)

This commit is contained in:
AlteredCoder 2023-02-03 12:10:02 +01:00 committed by GitHub
parent 8f130196f8
commit 7e871d2278
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"