Skip to content

Commit 36bcc65

Browse files
author
regula-bot
committed
Merge remote-tracking branch 'origin/stable'
2 parents 6277cf6 + e5e6a02 commit 36bcc65

24 files changed

+390
-131
lines changed

examples/auth/client/encrypted-rcl-example.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const { DOCUMENT_NUMBER } = TextFieldType;
2222

2323
api.setLicense(license);
2424

25-
const serverInfo = await api.ping();
25+
const serverInfo = await api.health();
2626

2727
const license_file = fs.readFileSync('license.txt', 'utf8');
2828
const encrypted_rcl = fs.readFileSync('encrypted-rcl.txt', 'utf8');

examples/auth/client/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const api = new DocumentReaderApi({
5555
// Uncomment the line below if you want to transfer the license with each request
5656
// api.setLicense(license);
5757

58-
const serverInfo = await api.ping();
58+
const serverInfo = await api.health();
5959

6060
const white_page_0 = fs.readFileSync('WHITE.jpg').buffer;
6161

0 commit comments

Comments
 (0)