mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: add more pages to the sitemap
This commit is contained in:
parent
96af67f9aa
commit
0893e6f9d3
2 changed files with 14 additions and 3 deletions
|
|
@ -46,8 +46,8 @@ export async function getCollectionById(
|
|||
|
||||
export async function getOrgCollections(
|
||||
org_id: string,
|
||||
access_token: string,
|
||||
next: any
|
||||
access_token?: string,
|
||||
next?: any
|
||||
) {
|
||||
const result: any = await fetch(
|
||||
`${getAPIUrl()}collections/org/${org_id}/page/1/limit/10`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue