Update API endpoint in download-pro-plugins.py

This commit is contained in:
Théophile Diot 2024-03-05 14:26:57 +00:00
parent 9c4288f308
commit c19f463272
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -35,7 +35,7 @@ from Database import Database # type: ignore
from logger import setup_logger # type: ignore
from jobs import get_os_info, get_integration, get_version # type: ignore
API_ENDPOINT = "https://api.staging.bunkerweb.io"
API_ENDPOINT = "https://api.bunkerweb.io"
PREVIEW_ENDPOINT = "https://assets.bunkerity.com/bw-pro/preview"
TMP_DIR = Path(sep, "var", "tmp", "bunkerweb", "pro", "plugins")
PRO_PLUGINS_DIR = Path(sep, "etc", "bunkerweb", "pro", "plugins")