Skip to content

Commit bffe4bd

Browse files
authored
Update quickACG.js
1 parent 0e05c24 commit bffe4bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

quick_acg/quickACG.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ let app = express()
6565
next()
6666
})
6767
.use(async (req, res, next) => {
68-
let manifestUrl = dsConfig.eSignManifestUrl;
68+
let manifestUrl = dsConfig.codeExamplesManifest;
6969

7070
const manifest = await getManifest(manifestUrl);
7171
res.locals.manifest = manifest;
@@ -150,4 +150,4 @@ if (!dsConfig.allowSilentAuthentication) {
150150
}
151151
}
152152

153-
passport.use(docusignStrategy);
153+
passport.use(docusignStrategy);

0 commit comments

Comments
 (0)