Geek7 commited on
Commit
e111830
·
verified ·
1 Parent(s): 0e09f25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,7 +154,7 @@ def check_update():
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
 
160
 
 
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