diff options
| author | real-zephex <[email protected]> | 2024-03-21 19:19:54 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-03-21 19:19:54 +0530 |
| commit | 8a086256722e6150b45791e86d0bc6d407146c28 (patch) | |
| tree | 9066c5742a74ce82bafc6947704fa22073fee004 /src/app/kdrama/api/fetchAnime.js | |
| parent | changes: reverted to previous commit (diff) | |
| download | dramalama-8a086256722e6150b45791e86d0bc6d407146c28.tar.xz dramalama-8a086256722e6150b45791e86d0bc6d407146c28.zip | |
fix: trying to fix the endpoints
Diffstat (limited to 'src/app/kdrama/api/fetchAnime.js')
| -rw-r--r-- | src/app/kdrama/api/fetchAnime.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/app/kdrama/api/fetchAnime.js b/src/app/kdrama/api/fetchAnime.js index fcfc014..75b6758 100644 --- a/src/app/kdrama/api/fetchAnime.js +++ b/src/app/kdrama/api/fetchAnime.js @@ -1,3 +1,5 @@ +"use server"; + export async function fetchAnimeInfo(title) { const res = await fetch( "https://dramalama-api.vercel.app/movies/dramacool/" + title |