We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d90d61d commit 93d3d28Copy full SHA for 93d3d28
index.js
@@ -10,7 +10,7 @@ const morgan = require('morgan');
10
const randomToken = require('random-token');
11
var config = require('./config');
12
13
-// config.accessTokenSecret = randomToken(16);
+config.accessTokenSecret = randomToken(16);
14
15
app.use(morgan('short'))
16
0 commit comments