HMPhuoc commited on
Commit
bf59c35
1 Parent(s): 9a5dd56
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -6,6 +6,6 @@ app = Flask(__name__)
6
  def hello():
7
  return {"hello":"Deploy success"}
8
 
9
- @app.route("/<text>")
10
  def returnText(text):
11
  return f'The text is {text}'
 
6
  def hello():
7
  return {"hello":"Deploy success"}
8
 
9
+ @app.route("/test/<text>")
10
  def returnText(text):
11
  return f'The text is {text}'