aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.py b/app.py
index 9533b89f..fa9b8a62 100644
--- a/app.py
+++ b/app.py
@@ -11,7 +11,7 @@ app.secret_key = os.environ.get("WEBPAGE_SECRET_KEY")
@app.route("/")
def index():
- return "Hello."
+ return "Hello, world."
if __name__ == '__main__':