Change authentication endpoint
This commit is contained in:
parent
dbb12bc8ff
commit
e4fad1e7bc
|
@ -246,7 +246,7 @@ def irc_enable_auth(net, num):
|
||||||
|
|
||||||
|
|
||||||
def irc_check_auth(data):
|
def irc_check_auth(data):
|
||||||
url = "irc/network/auth"
|
url = "irc/auth"
|
||||||
payload = data
|
payload = data
|
||||||
updated = threshold_request(url, payload, method="POST")
|
updated = threshold_request(url, payload, method="POST")
|
||||||
return updated
|
return updated
|
||||||
|
|
Loading…
Reference in New Issue