Skip to content

Commit

Permalink
fix: flash -> flask
Browse files Browse the repository at this point in the history
  • Loading branch information
yugasun committed Jan 8, 2020
1 parent 3277f7e commit 6e0080c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/tencent-flask/app.py
Expand Up @@ -7,7 +7,7 @@

@app.route("/")
def index():
return "Hello Flash"
return "Hello Flask"

@app.route('/user', methods = ['POST'])
def addUser():
Expand Down

0 comments on commit 6e0080c

Please sign in to comment.