Skip to content

Commit

Permalink
_settings endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
rucsi committed Mar 7, 2024
1 parent 2137f0f commit 0b45139
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 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,10 @@ 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`),
modelCategories: (owner, repo, branch) => (`/cms/${owner}/${repo}/${branch}/_settings/modelCategories`),

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

Expand Down

0 comments on commit 0b45139

Please sign in to comment.