mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Update API endpoint in download-pro-plugins.py
This commit is contained in:
parent
9c4288f308
commit
c19f463272
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue