Skip to content

Commit

Permalink
Merge branch 'feature_248' of https://github.com/AdobeDocs/document-s…
Browse files Browse the repository at this point in the history
…ervices into release-july-15
  • Loading branch information
vignesh66085 committed Jul 11, 2024
2 parents b0b9d8c + 5cb5a9f commit 7b52f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/form-data-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ const FormDataAPI = ({ }) => {
body: JSON.stringify(pdfElectronicSealAPIData)
};
const resp = await fetch(
`https://927029-dcpm.adobeioruntime.net/api/v1/web/default/submit`,
`https://927029-dcpm-stage.adobeioruntime.net/api/v1/web/default/submitstage`,
config
);
const response = await resp.json();
Expand Down

0 comments on commit 7b52f7a

Please sign in to comment.