Skip to content

Commit 01a32a0

Browse files
committed
To demo traffic-percent 50%
1 parent 021b7a7 commit 01a32a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ var router = express.Router();
33

44
/* GET home page. */
55
router.get('/', function(req, res, next) {
6-
res.json({message: 'alive'});
6+
res.json({message: 'alive - 50'});
77
});
88

99
module.exports = router;

0 commit comments

Comments
 (0)