Use single quotes :P
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
const secretKey = require("../secretKey");
|
||||
const secretKey = require('../secretKey');
|
||||
|
||||
function showPublicKey(req, res) {
|
||||
res.send({ publicKey: secretKey.public });
|
||||
|
Reference in New Issue
Block a user