We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da9328c commit 51800b1Copy full SHA for 51800b1
1 file changed
wsgi.py
@@ -3,7 +3,7 @@
3
4
@application.route("/")
5
def hello():
6
- return "Hello World!"
+ return "THIS IS AN HELLO WORLD FOR BE"
7
8
if __name__ == "__main__":
9
application.run()
0 commit comments