create irradiance composite graph

This commit is contained in:
Eric Hulburd
2016-03-11 17:38:03 -06:00
parent 2dd9389694
commit 782f5cbf91
32 changed files with 824 additions and 379 deletions

View File

@@ -24,10 +24,10 @@ var api = express();
DB.sync().then(()=>{
routes(api);
api.use(bodyParser.json());
api.use(bodyParser.urlencoded({ extended: false }));
api.use(bodyParser.urlencoded({ extended: true }));
routes(api);
api.listen(API_PORT, () => {
console.log(`API is now running on http://localhost:${API_PORT}`);