izuemon commited on
Commit
1024b2f
·
verified ·
1 Parent(s): a196b17

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -11,7 +11,7 @@ def index():
11
 
12
  return redirect("https://drive.google.com/")
13
 
14
- @app.route("/channel-io-managers", methods=["GET"])
15
  def get_managers():
16
  # URLパラメータ取得
17
  limit = request.args.get("limit")
@@ -78,7 +78,7 @@ def corsproxy():
78
 
79
 
80
 
81
- @app.route("/cors-proxy", methods=["POST"])
82
  def corsproxy_post():
83
  url = request.args.get("url")
84
  if not url:
 
11
 
12
  return redirect("https://drive.google.com/")
13
 
14
+ @app.route("/channel-io-managers")
15
  def get_managers():
16
  # URLパラメータ取得
17
  limit = request.args.get("limit")
 
78
 
79
 
80
 
81
+ @app.route("/cors-proxy", methods=["POST","PATCH"])
82
  def corsproxy_post():
83
  url = request.args.get("url")
84
  if not url: