From 209b0ba60b385ac7d88e5ebab8b2924917783743 Mon Sep 17 00:00:00 2001 From: thetek Date: Sat, 8 May 2021 18:10:37 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=EF=B8=8F=20compile=20html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/html/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/html/index.js b/ui/html/index.js index f5fbf09..88bdefd 100644 --- a/ui/html/index.js +++ b/ui/html/index.js @@ -20,7 +20,7 @@ function dnswatch_search() { // send api request var request = new XMLHttpRequest(); - request.open('POST', 'https://dns-watch.org/search', true); + request.open('POST', 'https://dns-watch.org/lookup', true); request.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded'); request.onload = function() {