widget parole 13
This commit is contained in:
parent
588261a69a
commit
be935ffc75
@ -102,7 +102,7 @@ export async function GET(request: Request) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// Get user's subscriptions using admin token
|
// Get user's subscriptions using admin token
|
||||||
const subscriptionsResponse = await fetch(`${baseUrl}/api/v1/subscriptions.get?query={"userId": "${currentUser._id}"}`, {
|
const subscriptionsResponse = await fetch(`${baseUrl}/api/v1/subscriptions.get`, {
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
headers: adminHeaders
|
headers: adminHeaders
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user