index.js 81 B

12345
  1. var bigData = require('./bigData');
  2. module.exports = {
  3. '/bigData': bigData
  4. }