From e4fad1e7bc594e5031a27813a6527964f26c1a44 Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Thu, 18 Aug 2022 07:20:30 +0100 Subject: [PATCH] Change authentication endpoint --- core/lib/manage/threshold.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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