We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a786071 commit caac40eCopy full SHA for caac40e
1 file changed
app/(protected)/subscriptions/page.tsx
@@ -40,7 +40,7 @@ export default async function Subscriptions({
40
const library_id = sp?.library_id
41
42
const headers = await Verify({
43
- from: '/borrows',
+ from: '/subscriptions',
44
})
45
46
const res = await getListSubs(
0 commit comments