Geek7 commited on
Commit
1053dea
·
verified ·
1 Parent(s): 39d565e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -9,6 +9,14 @@ app = Flask(__name__)
9
  CORS(app) # Enable CORS for all routes
10
 
11
 
 
 
 
 
 
 
 
 
12
  def download_file(url, local_path):
13
  """Download the VPN IP list if updated."""
14
  try:
 
9
  CORS(app) # Enable CORS for all routes
10
 
11
 
12
+
13
+ @app.route('/')
14
+
15
+ def home():
16
+
17
+ return ""
18
+
19
+
20
  def download_file(url, local_path):
21
  """Download the VPN IP list if updated."""
22
  try: