Update Tester.HTML

This commit is contained in:
Dangrainage 2024-01-27 20:50:52 +01:00 committed by GitHub
parent 145339741e
commit db80776cd6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@
alert('Please enter a movie name.');
return;
}
fetch(`https://filmer.anorak.top/api/search?search_query=${encodeURIComponent(movieName)}`)
fetch(`https://filmer.anorak01.top/api/search?search_query=${encodeURIComponent(movieName)}`)
.then(response => response.json())
.then(data => {
displayResults(data);