Geek7 commited on
Commit
19116e5
·
verified ·
1 Parent(s): a0ff358

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -154,9 +154,7 @@ def check_update():
154
 
155
  @app.route('/get_apk_link', methods=['GET'])
156
  def get_apk_link():
157
- return jsonify({"url": "https://upload-apk.com"}) # ✅ Replace with your actual webpage URL
158
-
159
-
160
 
161
  @app.route('/get_webpage', methods=['GET'])
162
  def get_webpage():
 
154
 
155
  @app.route('/get_apk_link', methods=['GET'])
156
  def get_apk_link():
157
+ return jsonify({"apk_url": APK_DOWNLOAD_URL}) # ✅ Return latest APK link
 
 
158
 
159
  @app.route('/get_webpage', methods=['GET'])
160
  def get_webpage():