Skip to content

Commit 8398dc4

Browse files
retardism
1 parent 311a3c7 commit 8398dc4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/api/selected-papers/route.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ export async function GET() {
2121
}
2222
return NextResponse.json(selectedPapers, {
2323
status: 200,
24-
headers: { "Cache-Control": "no-store" },
2524
});
2625
} catch (error) {
2726
console.error("Error fetching papers:", error);

0 commit comments

Comments
 (0)