mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Update API endpoint URL of anonymous report
This commit is contained in:
parent
607a201c73
commit
e9737dcf4d
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ try:
|
|||
data["external_plugins"] = [plugin["id"] for plugin in db.get_plugins(external=True)]
|
||||
|
||||
response = post(
|
||||
"http://api:8080/data",
|
||||
"https://api.bunkerweb.io/data",
|
||||
json=data,
|
||||
headers={"User-Agent": f"BunkerWeb/{data['version']}"},
|
||||
allow_redirects=True,
|
||||
|
|
|
|||
Loading…
Reference in a new issue