From 4e0dc17202883e630a3a57b2a1a4bffff3b268f2 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 19 Nov 2024 05:44:16 -0600 Subject: save config file kinda works Signed-off-by: Jeff Carr --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e335433..bf61c6e 100644 --- a/Makefile +++ b/Makefile @@ -51,6 +51,9 @@ http-toogle-ZOOD: http-list-machines: curl --silent http://localhost:8080/list +http-ConfigSave: + curl --silent http://localhost:8080/save + http-set-zood-target: curl --silent "http://localhost:8080/target?package=zood&version=v0.0.8" -- cgit v1.2.3