3 lines
135 B
JavaScript
3 lines
135 B
JavaScript
// Run this as a one-time utility
|
|
const { encrypt } = require('../services/encryptionService');
|
|
console.log(encrypt('actual api key')); |