Update Tester.HTML
This commit is contained in:
parent
99158495d7
commit
3a2c948bf6
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue