Bugfix
This commit is contained in:
@@ -6,6 +6,7 @@ const router = express.Router();
|
|||||||
|
|
||||||
router.all('*', function(req, res){
|
router.all('*', function(req, res){
|
||||||
console.log(req.path);
|
console.log(req.path);
|
||||||
|
req.next();
|
||||||
});
|
});
|
||||||
|
|
||||||
router.post('/device', function(req, res){
|
router.post('/device', function(req, res){
|
||||||
|
|||||||
Reference in New Issue
Block a user