clean up and documentation

This commit is contained in:
Eric Hulburd
2016-02-23 11:17:50 -06:00
parent ce9cd68470
commit ccf4a88986
8 changed files with 133 additions and 27 deletions

View File

@@ -1,6 +1,6 @@
import DB from "./../config/database";
import extend from 'extend';
import ApiHelper from './../helpers/api_helper';
import ApiHelper from './../lib/api_helper';
const NAME = 'EnergyDatum';

View File

@@ -1,6 +1,6 @@
import DB from "./../config/database";
import extend from 'extend';
import ApiHelper from './../helpers/api_helper';
import ApiHelper from './../lib/api_helper';
const NAME = 'PowerDatum';