Skip to content

Commit

Permalink
Merge pull request #395 from Shikkanime/dev
Browse files Browse the repository at this point in the history
Fix search page
  • Loading branch information
Ziedelth authored Apr 19, 2024
2 parents 2e4b203 + a465bbd commit eececec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/site/search.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
return [];
}
return await callApi('${apiUrl}/v1/animes?name=' + trimmedQuery + '&limit=12', abortController.signal);
return await callApi('/api/v1/animes?name=' + trimmedQuery + '&limit=12', abortController.signal);
}
</script>
</@navigation.display>

0 comments on commit eececec

Please sign in to comment.