We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e05c24 commit bffe4bdCopy full SHA for bffe4bd
1 file changed
quick_acg/quickACG.js
@@ -65,7 +65,7 @@ let app = express()
65
next()
66
})
67
.use(async (req, res, next) => {
68
- let manifestUrl = dsConfig.eSignManifestUrl;
+ let manifestUrl = dsConfig.codeExamplesManifest;
69
70
const manifest = await getManifest(manifestUrl);
71
res.locals.manifest = manifest;
@@ -150,4 +150,4 @@ if (!dsConfig.allowSilentAuthentication) {
150
}
151
152
153
-passport.use(docusignStrategy);
+passport.use(docusignStrategy);
0 commit comments