trying to persist the db again
This commit is contained in:
parent
84880116ce
commit
2243a605a2
@ -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) {
|
router.get('/all', function(req, res, next) {
|
||||||
"use strict";
|
"use strict";
|
||||||
console.log('Selecint all..');
|
console.log('Selecint all..');
|
||||||
|
Loading…
Reference in New Issue
Block a user