Skip to content

Commit

Permalink
修复监控列表删除bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mouday committed Jan 31, 2024
1 parent a2070e8 commit 6ecaff2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion doc/source/manual/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ domain_info{domain="qq.com",group_name=""} 3535.0
## 11、部分域名无法查询到信息
已知不支持的域名后缀:`.lc`、`.ml`、`.ai`、`.my`、`.ch`、`.edu.cn`
已知不支持的域名后缀:`.lc`、`.ml`、`.ai`、`.my`、`.ch`、`.edu.cn`、`.name`
## 12、获取ingress的域名
Expand Down
1 change: 0 additions & 1 deletion domain_admin/api/monitor_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ def remove_monitor_by_id():
:return:
"""
monitor_id = request.json['monitor_id']
is_active = request.json['is_active']

MonitorModel.delete_by_id(monitor_id)

Expand Down

0 comments on commit 6ecaff2

Please sign in to comment.