summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/app.py b/app.py
index aa84685..107f67b 100644
--- a/app.py
+++ b/app.py
@@ -1,7 +1,6 @@
from flask import Flask
app = Flask(__name__)
-#for the slash rout run this function
@app.route("/")
def hello():
return "Hello World!"