Skip to content

Commit

Permalink
modelCategories path
Browse files Browse the repository at this point in the history
  • Loading branch information
rucsi committed Jan 12, 2024
1 parent dc29b57 commit 3337eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/lib/moonbase/endpoints.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const endpoints = {
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.json`),
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 3337eae

Please sign in to comment.