diff --git a/core/lib/manage/threshold.py b/core/lib/manage/threshold.py index c8d3130..0d47b50 100644 --- a/core/lib/manage/threshold.py +++ b/core/lib/manage/threshold.py @@ -246,7 +246,7 @@ def irc_enable_auth(net, num): def irc_check_auth(data): - url = "irc/network/auth" + url = "irc/auth" payload = data updated = threshold_request(url, payload, method="POST") return updated