Commit ad366b04 authored by torgiren's avatar torgiren
Browse files

Merge branch 'better_home_page' into 'master'

better home page

See merge request !2
parents 0c4e5ec7 bf1ddd47
Pipeline #2599 passed with stages
in 1 minute and 17 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -3,7 +3,7 @@ app = Flask(__name__)
@app.route("/")
def process():
return "Home page"
return "Better home page"
if __name__ == "__main__":
app.run()
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment