lalalic commited on
Commit
08d9505
·
verified ·
1 Parent(s): f4d124c

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +1 -1
test.py CHANGED
@@ -6,6 +6,6 @@ app=Flask(__name__)
6
  def hello():
7
  return "hello flask"
8
 
9
- @app.route("/good")
10
  def good():
11
  return "hello good"
 
6
  def hello():
7
  return "hello flask"
8
 
9
+ @app.route("/good", methods=["get"])
10
  def good():
11
  return "hello good"