salix/modules/route/back/models/route.js

4 lines
77 B
JavaScript

module.exports = Self => {
require('../methods/route/summary')(Self);
};