Skip to content

Commit 5a3c448

Browse files
committed
updated app1 - added newline
1 parent 64de06d commit 5a3c448

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/app1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
@app.route('/')
77
def index():
8-
return "Hello, World!"
8+
return "Hello, World!\n"
99

1010
if __name__ == '__main__':
1111
app.run(debug=True)

0 commit comments

Comments
 (0)