fix(validate2Single): Added alternative SLP TXID validator

This commit is contained in:
Chris Troutner
2020-10-10 09:03:14 -07:00
parent 8aff89dead
commit 388a3ee53b
5 changed files with 132 additions and 7 deletions
+3 -1
View File
@@ -3,7 +3,9 @@
*/
const config = {
apiTokenSecret: process.env.TOKENSECRET ? process.env.TOKENSECRET : 'secret-jwt-token'
apiTokenSecret: process.env.TOKENSECRET
? process.env.TOKENSECRET
: 'secret-jwt-token'
}
module.exports = config