Skip to content

Commit

Permalink
trying to resolve cache issue for watchlist 3
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafabereket committed Dec 30, 2024
1 parent d5987e6 commit dcf070d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/api/watchlist/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export const GET = async () => {
try {
const res = await fetch(GET_WATCHLIST_MOVIES, {
...headers,
cache: "no-cache",
});
const data = await res.json();

Expand Down

0 comments on commit dcf070d

Please sign in to comment.