router
.get('/', (err, res, next) => {
  let manager = new RegionSizeManager();

  manager.getRegions().then(regions => {