Skip to content

Commit caac40e

Browse files
committed
fix: subscriptions redirect
1 parent a786071 commit caac40e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/(protected)/subscriptions/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default async function Subscriptions({
4040
const library_id = sp?.library_id
4141

4242
const headers = await Verify({
43-
from: '/borrows',
43+
from: '/subscriptions',
4444
})
4545

4646
const res = await getListSubs(

0 commit comments

Comments
 (0)