update doc

This commit is contained in:
2026-05-24 12:39:19 +07:00
parent 42b68d5bee
commit b8339897f3
3 changed files with 62 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
* any combination and any number of mixed content can be sent correctly.
*/
const msghandler = require('../src/msghandler-csr.js');
const msghandler = require('../src/msghandler-csr.js').default;
const crypto = require('crypto');
const fs = require('fs');
const path = require('path');