mirror of
https://git.luna-app.eu/50n50/sources
synced 2025-12-21 21:26:19 +01:00
Update anime-sama/anime-sama.js
This commit is contained in:
parent
def28c29e0
commit
7addc10678
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ async function searchResults(keyword) {
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const response = await fetchv2(
|
const response = await fetchv2(
|
||||||
"https://anime-sama.org/template-php/defaut/fetch.php",
|
"https://anime-sama.eu/template-php/defaut/fetch.php",
|
||||||
headers,
|
headers,
|
||||||
"POST",
|
"POST",
|
||||||
`query=${encodeURIComponent(keyword)}`
|
`query=${encodeURIComponent(keyword)}`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue