Skip to content

Commit

Permalink
chore: update docs definition s3 bucket key
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi committed Jan 24, 2025
1 parent 3733fec commit 4db3810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fdr-sdk/src/docs/s3-docs-definition.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export function getS3KeyForV1DocsDefinition(domain: string): string {
return `v1/${domain}.json`;
return `${domain}/v1/fdr.json`;
}

0 comments on commit 4db3810

Please sign in to comment.