Skip to content

Commit 12be3fc

Browse files
committed
go
1 parent a751d11 commit 12be3fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/main.py

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

44
@app.route("/")
55
def hello():
6-
return "Hello from Python!"
6+
return "Hellopy!"
77

88
if __name__ == "__main__":
99
app.run(host='0.0.0.0', port=8000)

0 commit comments

Comments
 (0)