trying to persist the db again

This commit is contained in:
Martin Donnelly 2015-11-17 10:37:52 +00:00
parent 84880116ce
commit 2243a605a2

View File

@ -77,11 +77,17 @@ router.get('/', function(req, res, next) {
router.post('/', function(req, res, next) {
"use strict";
console.log('POST');
});
});
router.get('/all', function(req, res, next) {
"use strict";
console.log('Selecint all..');