Skip to content

Commit fae3c40

Browse files
committed
commit
1 parent c286434 commit fae3c40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/api/repo/route.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export async function GET() {
77
headers: {
88
"Authorization": process.env.SECRET_TOKEN!,
99
},
10+
cache: 'no-store'
1011
})
1112

1213
if (!result.ok) {

0 commit comments

Comments
 (0)