featuretracker/dashboard-project-api/common/models/rst.js

11 lines
161 B
JavaScript

'strict mode';
var async = require('async');
module.exports = function(Rst) {
Rst.afterRemote('list', function (ctx, response, next) {
next();
});
};