Skip to content

Commit

Permalink
Update revision url
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnewcomer committed Oct 26, 2023
1 parent e5db18f commit 0b89216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/external/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ export const getFlowDetails = (revisions: Assets, id: string = null): Promise<Fl
}

if (revisionToLoad) {
const url = `${revisions.endpoint}${revisionToLoad}?version=${SPEC_VERSION}`;
const url = `${revisions.endpoint}${revisionToLoad}/?version=${SPEC_VERSION}`;
axios
.get(url)
.then((response: AxiosResponse) => {
Expand Down

0 comments on commit 0b89216

Please sign in to comment.