Skip to content

Commit

Permalink
fix: add missing parent path
Browse files Browse the repository at this point in the history
  • Loading branch information
finnar-bin committed Jan 8, 2024
1 parent ed94da5 commit 3652b14
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ export const ApiDomainEndpoints = ({ type }: Props) => {
"quick-access": `/-/instant/${
contentItemZUID ? contentItemZUID : contentModelZUID
}.json`,
"site-generators": itemData
? `/${itemData?.web?.pathPart}/?toJSON`
: "/?toJSON",
"site-generators": itemData ? `${itemData?.web?.path}?toJSON` : "/?toJSON",
graphql: `/-/gql/${modelData?.name}.json`,
"backend-coding": `https://${
instance.ZUID
Expand Down

0 comments on commit 3652b14

Please sign in to comment.