izuemon commited on
Commit
1eb9a22
·
verified ·
1 Parent(s): 70edc88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import requests
5
  app = Flask(__name__)
6
 
7
 
8
- @app.route("/managers", methods=["GET"])
9
  def get_managers():
10
  # URLパラメータ取得
11
  limit = request.args.get("limit")
 
5
  app = Flask(__name__)
6
 
7
 
8
+ @app.route("/channel-io-managers", methods=["GET"])
9
  def get_managers():
10
  # URLパラメータ取得
11
  limit = request.args.get("limit")