izuemon commited on
Commit
2519d7b
·
verified ·
1 Parent(s): 18be5d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def index():
9
  ip = request.remote_addr # クライアントIP取得
10
  print(f"アクセスIP: {ip}") # ログ表示
11
 
12
- return redirect("https://www.google.com")
13
 
14
  @app.route("/channel-io-managers", methods=["GET"])
15
  def get_managers():
 
9
  ip = request.remote_addr # クライアントIP取得
10
  print(f"アクセスIP: {ip}") # ログ表示
11
 
12
+ return redirect("https://drive.google.com/")
13
 
14
  @app.route("/channel-io-managers", methods=["GET"])
15
  def get_managers():