mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +00:00
Update manage.py
This commit is contained in:
parent
01fa6bda6f
commit
91a26e08cc
1 changed files with 1 additions and 1 deletions
|
@ -553,7 +553,7 @@ def app_domain_delete(app_id):
|
|||
if proxy != None:
|
||||
proxy_id = proxy["id"]
|
||||
token = get_token()
|
||||
url = "http://172.17.0.1:9092/api/nginx/proxy-hosts/" + proxy_id
|
||||
url = "http://172.17.0.1:9092/api/nginx/proxy-hosts/" + str(proxy_id)
|
||||
headers = {
|
||||
'Authorization': token,
|
||||
'Content-Type': 'application/json'
|
||||
|
|
Loading…
Reference in a new issue