Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d9df393

Browse files
committedApr 22, 2024·
To demo traffic-percent 50%
1 parent cb59366 commit d9df393

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)
Please sign in to comment.