This commit is contained in:
2017-04-05 11:15:50 +02:00
parent ce08741718
commit f8d629892e
+1
View File
@@ -6,6 +6,7 @@ const router = express.Router();
router.all('*', function(req, res){
console.log(req.path);
req.next();
});
router.post('/device', function(req, res){