Skip to content

Commit

Permalink
collectionGroups
Browse files Browse the repository at this point in the history
  • Loading branch information
rucsi committed Mar 8, 2024
1 parent 0b45139 commit 2492484
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions apps/web/src/lib/moonbase/endpoints.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ export const endpoints = {

components: (owner, repo, branch, sandpack) => (`/cms/${owner}/${repo}/${branch}/components?sandpack=${sandpack}`),

images: (owner, repo, branch) => (`/cms/${owner}/${repo}/${branch}/_images`),
settings: (owner, repo, branch) => (`/cms/${owner}/${repo}/${branch}/_settings`),
images: (owner, repo, branch) => (`/cms/${owner}/${repo}/${branch}/images`),
settings: (owner, repo, branch) => (`/cms/${owner}/${repo}/${branch}/settings`),

modelCategories: (owner, repo, branch) => (`/cms/${owner}/${repo}/${branch}/_settings/modelCategories`),
collectionGroups: (owner, repo, branch) => (`/cms/${owner}/${repo}/${branch}/collectiongroups`),
collectionGroup: (owner, repo, branch, group) => (`/cms/${owner}/${repo}/${branch}/collectiongroups/${group}`),

reference: (owner, repo, branch, collection, id, locale) => (`/cms/${owner}/${repo}/${branch}/reference/${collection}/${id}/${locale}`),

Expand Down

0 comments on commit 2492484

Please sign in to comment.