Change authentication endpoint

This commit is contained in:
2022-08-18 07:20:30 +01:00
parent dbb12bc8ff
commit e4fad1e7bc

View File

@@ -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