diff --git a/ui/jhtml-compat/index.js b/ui/jhtml-compat/index.js index 77ed4e1..71108c6 100644 --- a/ui/jhtml-compat/index.js +++ b/ui/jhtml-compat/index.js @@ -21,7 +21,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() {