Skip to content

Commit 4ce98bb

Browse files
committed
updates
1 parent e809350 commit 4ce98bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

flask_project/app.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ def index():
1111
@app.route('/data')
1212
def names():
1313
data = {
14-
"first_names": ["John", "Jacob", "Julie", "Jennifer"],
15-
"last_names": ["Connor", "Johnson", "Cloud", "Ray"]
14+
"first_names": ["John", "Jacob", "Julie", "Jennifer"]
1615
}
1716
return jsonify(data)
1817

0 commit comments

Comments
 (0)