Tidying other modules, fixing password and fx

This commit is contained in:
Martin Donnelly 2017-09-11 15:51:49 +01:00
parent e2d788685c
commit fd475cb5e8

View File

@ -80,7 +80,7 @@ app.use(express.static(path.join(__dirname, 'app')));
app.use(errorhandler({ 'dumpExceptions': true, 'showStack': true }));
apicache.options({ 'debug': true });
// apicache.options({ 'debug': true });
const cache = apicache.middleware;
app.use('/btc', cache('15 minutes'), btc.doBTC);