Update manage.py

This commit is contained in:
qiaofeng1227 2023-05-11 17:17:27 +08:00 committed by GitHub
parent 01fa6bda6f
commit 91a26e08cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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