Inject secret key at build time
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import secretKey from '../secretKey';
|
||||
import { secretKey } from '../config';
|
||||
|
||||
export default function showPublicKey(req, res) {
|
||||
res.send({ publicKey: secretKey.public });
|
||||
|
Reference in New Issue
Block a user