Spaces:
Running
Running
Update app.py
Browse files
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}") # ログ表示
|