Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ def index():
|
|
| 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,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:
|