mailtrain/routes/reports-legacy-integration.js
Tomas Bures 3f7b428546 Reports halfway through
Datatable now correctly handles the situation when user is not logged in and access protected resources
2017-07-09 23:16:47 +02:00

10 lines
No EOL
261 B
JavaScript

'use strict';
const _ = require('../lib/translate')._;
const clientHelpers = require('../lib/client-helpers');
const router = require('../lib/router-async').create();
clientHelpers.registerRootRoute(router, 'reports', _('Reports'));
module.exports = router;