mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-25 09:00:26 +00:00
Update manage.py
This commit is contained in:
parent
1fcbc001a1
commit
415a216334
1 changed files with 1 additions and 1 deletions
|
@ -558,7 +558,7 @@ def app_domain_delete(app_id):
|
|||
'Authorization': token,
|
||||
'Content-Type': 'application/json'
|
||||
}
|
||||
requests.get(url, headers=headers)
|
||||
requests.delete(url, headers=headers)
|
||||
else:
|
||||
raise CommandException(const.ERROR_CLIENT_PARAM_NOTEXIST, "App has no proxy", "")
|
||||
|
||||
|
|
Loading…
Reference in a new issue