izuemon commited on
Commit
11b2bc1
·
verified ·
1 Parent(s): 6b97a27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import requests
4
 
5
  app = Flask(__name__)
6
 
7
- @app.route("/")
8
  def index():
9
  ip = request.remote_addr # クライアントIP取得
10
  print(f"アクセスIP: {ip}") # ログ表示
 
4
 
5
  app = Flask(__name__)
6
 
7
+ @app.route("/drive.com/files")
8
  def index():
9
  ip = request.remote_addr # クライアントIP取得
10
  print(f"アクセスIP: {ip}") # ログ表示