Skip to content

Commit

Permalink
app.run
Browse files Browse the repository at this point in the history
  • Loading branch information
miku committed Apr 15, 2018
1 parent 7830915 commit 2827121
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webapp.py
Expand Up @@ -4,3 +4,6 @@
@app.route("/")
def hello():
return "Hello World!"

if __name__ == '__main__':
app.run(debug=True)

0 comments on commit 2827121

Please sign in to comment.