Skip to content

Commit

Permalink
chore: fix api-gen typo (#1476)
Browse files Browse the repository at this point in the history
  • Loading branch information
freb97 authored Nov 25, 2024
1 parent 7908bd6 commit cce2140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-gen/src/commands/loadSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export async function loadSchema(args: {
const configUrl = OPENAPI_JSON_URL.replace(
"/api/_info/openapi3.json",
"",
).replace("/atore-api/_info/openapi3.json", "");
).replace("/store-api/_info/openapi3.json", "");

const downloadUrl =
configUrl + (isAdminApi ? ADMIN_API_ENDPOINT : STORE_API_ENDPOINT);
Expand Down

0 comments on commit cce2140

Please sign in to comment.