mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 20:55:28 +00:00
Use /flush/network instead of /flush/arp
Signed-off-by: yubiuser <github@yubiuser.dev>
This commit is contained in:
@@ -267,7 +267,7 @@ $(".confirm-flusharp").confirm({
|
||||
title: "Confirmation required",
|
||||
confirm() {
|
||||
$.ajax({
|
||||
url: document.body.dataset.apiurl + "/action/flush/arp",
|
||||
url: document.body.dataset.apiurl + "/action/flush/network",
|
||||
type: "POST",
|
||||
}).fail(data => {
|
||||
apiFailure(data);
|
||||
|
||||
Reference in New Issue
Block a user