Update app.py
Browse files
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
|
|
|
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'])
|