This commit is contained in:
firestar5683
2026-06-08 20:30:44 -05:00
parent ac8511b211
commit 9a9ac3af77
+2
View File
@@ -3543,6 +3543,8 @@ def setup(app):
@app.route("/api/navigation", methods=["DELETE"])
def clear_navigation():
params.remove("NavDestination")
params_memory.remove("NavInstructionState")
params_memory.remove("NavInstructionCollapsed")
return {"message": "Destination cleared"}
@app.route("/api/navigation", methods=["GET"])