This commit is contained in:
Lennart kats 2015-06-20 07:04:31 +00:00
parent c06c3e6f3c
commit c50aca496a

View File

@ -279,6 +279,8 @@ function plugin(options, imports, register) {
err.code = 499;
return next(err);
}
// TODO: use an interval to make sure this fires
// even when this REST api is not used for a day
trackActivity(entry.user);
entry.vfs.handleRest(scope, path, req, res, next);
}