Skip to content

Commit facfc73

Browse files
authored
Update app.py
1 parent d832d0d commit facfc73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
@app.route('/')
55
def hello_world():
6-
return 'Hello from Render!'
6+
return 'Hello, World!'

0 commit comments

Comments
 (0)