Fix: Updating status indicators

This commit is contained in:
Halcy0nic
2024-10-28 10:18:59 -06:00
parent 789f801102
commit 573268923e
+4
View File
@@ -742,6 +742,10 @@ def set_gateways():
return jsonify({"message": "Gateway IPs updated successfully"}), 200
@app.route('/get_gateways', methods=['GET'])
def get_gateways():
return jsonify(gateway_ips)
@app.route('/downloadPackets', methods=['GET'])
def downloadPackets():
"""