Skip to content

Commit 24d523f

Browse files
author
Micha Hernandez van Leuffen
committed
Merge pull request #2 from wercker/devclause
added city
2 parents aec7f13 + fe26c49 commit 24d523f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ var app = express();
33

44
app.get('/', function(req, res){
55
res.writeHead(200, { 'Content-Type': 'application/json' });
6-
res.write(JSON.stringify({cities : ["San Francisco","Amsterdam", "Berlin", "New York", "Palo ALto"]}));
6+
res.write(JSON.stringify({cities : ["San Francisco","Amsterdam", "Berlin", "New York", "Palo ALto", "San Mateo"]}));
77
res.end();
88
});
99

0 commit comments

Comments
 (0)