We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da4bbd5 commit 2b7b8f6Copy full SHA for 2b7b8f6
app.js
@@ -1,6 +1,6 @@
1
var express = require('express');
2
var app = express();
3
-var cities = {cities:["Amsterdam","Berlin","New York","San Francisco","Tokyo"]}
+var cities = {cities:["Amsterdam","Berlin","New York","San Francisco","Tokyo", "Delhi"]}
4
5
app.get('/', function(req, res){
6
res.writeHead(200, { 'Content-Type': 'application/json' });
0 commit comments