lalalic commited on
Commit
2839364
·
verified ·
1 Parent(s): df2e7e2

Update test.py

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