thejagstudio commited on
Commit
dd9923e
1 Parent(s): 59f7b12

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -119,7 +119,7 @@ def index():
119
  def getAPI():
120
  return jsonify({"API": random.choice(apiKeys)})
121
 
122
- @app.route("/hello", methods=["POST"])
123
  def hello():
124
  return "hello"
125
 
 
119
  def getAPI():
120
  return jsonify({"API": random.choice(apiKeys)})
121
 
122
+ @app.route("/hello")
123
  def hello():
124
  return "hello"
125