Skip to content

Commit 2b7b8f6

Browse files
authored
Update app.js
1 parent da4bbd5 commit 2b7b8f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var express = require('express');
22
var app = express();
3-
var cities = {cities:["Amsterdam","Berlin","New York","San Francisco","Tokyo"]}
3+
var cities = {cities:["Amsterdam","Berlin","New York","San Francisco","Tokyo", "Delhi"]}
44

55
app.get('/', function(req, res){
66
res.writeHead(200, { 'Content-Type': 'application/json' });

0 commit comments

Comments
 (0)