feat: raw relay — очередь команд, эндпоинты, консоль, index.html
This commit is contained in:
@@ -62,6 +62,12 @@ def download_apk():
|
||||
return send_from_directory("static", "app-debug.apk", as_attachment=True, download_name="elmer.apk")
|
||||
|
||||
|
||||
@app.route("/elm-raw.apk")
|
||||
def download_raw_apk():
|
||||
"""Прямая ссылка на APK Raw Relay."""
|
||||
return send_from_directory("static", "elm-raw.apk", as_attachment=True, download_name="elm-raw.apk")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
print(f"🌐 elmAI Web: http://localhost:5005")
|
||||
app.run(host="0.0.0.0", port=5005, debug=False)
|
||||
|
||||
Reference in New Issue
Block a user