diff --git a/routes/index.js b/routes/index.js index 15cdb02..fa05011 100644 --- a/routes/index.js +++ b/routes/index.js @@ -12,7 +12,7 @@ router.get('/', function(req, res, next) { router.get('/card', function(req, res, next) { var username = req.query.user if(username=="" || username==null || username == undefined) { - res.send("There was a problem with your request") + res.send("Query parameter 'user' missing
Please make a request as following /card?user=<your-github-username>") return }