Skip to content

Commit aecd488

Browse files
committed
More more fix to Web Forms API, correct URL of DocuSign.js
1 parent c931a29 commit aecd488

File tree

1 file changed

+2
-2
lines changed
  • launcher-csharp/WebForms/Views/CreateAndEmbedForm

1 file changed

+2
-2
lines changed

launcher-csharp/WebForms/Views/CreateAndEmbedForm/Embed.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<html>
66
<head>
77
<meta charset="UTF-8" />
8-
@Html.Raw("<script src='https://docutest-a.akamaihd.net/integration/1ds/libs/@embedded-js/core/0.0.23/dist/bundle.js'></script>")
8+
@Html.Raw("<script src='https://js.docusign.com/bundle.js'></script>")
99
</head>
1010

1111
<body>
@@ -22,7 +22,7 @@
2222

2323
<p><a href="/">@Html.Raw(ViewBag.SupportingTexts.ContinueButton)</a></p>
2424

25-
@Html.Raw("<script src='https://docutest-a.akamaihd.net/integration/1ds/libs/@embedded-js/core/0.0.23/dist/bundle.js'></script>")
25+
@Html.Raw("<script src='https://js.docusign.com/bundle.js'></script>")
2626

2727
<script>
2828
async function loadWebform() {

0 commit comments

Comments
 (0)