This commit is contained in:
2026-05-24 11:40:27 +07:00
parent dcd88de1a5
commit 42b68d5bee
3 changed files with 10 additions and 6 deletions

View File

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

View File

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