We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aec7f13 + fe26c49 commit 24d523fCopy full SHA for 24d523f
app.js
@@ -3,7 +3,7 @@ var app = express();
3
4
app.get('/', function(req, res){
5
res.writeHead(200, { 'Content-Type': 'application/json' });
6
- res.write(JSON.stringify({cities : ["San Francisco","Amsterdam", "Berlin", "New York", "Palo ALto"]}));
+ res.write(JSON.stringify({cities : ["San Francisco","Amsterdam", "Berlin", "New York", "Palo ALto", "San Mateo"]}));
7
res.end();
8
});
9
0 commit comments