Update config_api.py

pull/393/head
midoks 2 years ago
parent 49ff9750cb
commit 9e6bf08a72
  1. 2
      class/core/config_api.py

@ -388,7 +388,7 @@ class config_api:
return mw.returnJson(True, '证书已保存!') return mw.returnJson(True, '证书已保存!')
# 设置面板SSL证书设置 # 设置面板SSL证书设置
def setPanelHttpToHttps(self): def setPanelHttpToHttpsApi(self):
bind_domain = 'data/bind_domain.pl' bind_domain = 'data/bind_domain.pl'
if not os.path.exists(bind_domain): if not os.path.exists(bind_domain):

Loading…
Cancel
Save