Skip to content

Commit e70b77a

Browse files
author
Ulf Lilleengen
committed
Revert "Change message"
This reverts commit 3df7471.
1 parent 3df7471 commit e70b77a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wsgi.py

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

44
@application.route("/")
55
def hello():
6-
return "Hello World Meetup!"
6+
return "Hello World!"
77

88
if __name__ == "__main__":
99
application.run()

0 commit comments

Comments
 (0)