Update Tester.HTML
This commit is contained in:
parent
145339741e
commit
db80776cd6
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
alert('Please enter a movie name.');
|
alert('Please enter a movie name.');
|
||||||
return;
|
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(response => response.json())
|
||||||
.then(data => {
|
.then(data => {
|
||||||
displayResults(data);
|
displayResults(data);
|
||||||
|
|
Loading…
Add table
Reference in a new issue