Tidying other modules, fixing password and fx
This commit is contained in:
parent
e2d788685c
commit
fd475cb5e8
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user