Skip to content

Commit

Permalink
Ex6 strikes back
Browse files Browse the repository at this point in the history
  • Loading branch information
rooom13 committed Jan 23, 2019
1 parent 8fd81a6 commit f3fc4a2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Exercise_6/Assignment/server/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,10 @@ router.route('/exercise3/:name/:productId')


router.get('/exercise6', function (req, res) {
res.json({ message: 'group 79 application deployed using kubernetes' });
// res.json({ message: 'Welcome to Cloud Computing Exercises API!' });

res.send("group 79 application deployed using kubernetes");

});
/**
* REGISTER OUR ROUTES
Expand Down

0 comments on commit f3fc4a2

Please sign in to comment.