Geek7 commited on
Commit
b6bf6ef
·
verified ·
1 Parent(s): 12dc516

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -154,7 +154,8 @@ def check_update():
154
 
155
  @app.route('/get_apk_link', methods=['GET'])
156
  def get_apk_link():
157
- return APK_DOWNLOAD_URL # ✅ Return latest APK link
 
158
 
159
 
160
  @app.route('/get_webpage', methods=['GET'])
 
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'])