Added yesterdailiy to model

This commit is contained in:
Keith Holliday
2017-06-08 15:37:36 -07:00
parent 60de7c8f21
commit 5d0fe0aac3
5 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
import { authWithHeaders } from '../../middlewares/auth';
import cron from '../middlewares/cron';
import cron from '../../middlewares/cron';
let api = {};