lalalic commited on
Commit
f4d124c
·
verified ·
1 Parent(s): 65f2120

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +1 -1
test.py CHANGED
@@ -7,5 +7,5 @@ def hello():
7
  return "hello flask"
8
 
9
  @app.route("/good")
10
- def hello():
11
  return "hello good"
 
7
  return "hello flask"
8
 
9
  @app.route("/good")
10
+ def good():
11
  return "hello good"