diff options
| author | Jeff Carr <[email protected]> | 2024-10-23 00:48:35 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-23 00:48:35 -0500 |
| commit | 62d406e0de0fcfe373ae45ed8920dc8a9e3e1034 (patch) | |
| tree | 30263802857ebdf488f70c61d1a55b7b5b290d84 /http.go | |
| parent | a3ea303ab86e5db6510a00e373b6e7a6620d426a (diff) | |
set a homedir
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'http.go')
| -rw-r--r-- | http.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -58,6 +58,7 @@ func okHandler(w http.ResponseWriter, r *http.Request) { if tmp == "/writeconfig" { writeConfigFile() + writeConfigFileDroplets() fmt.Fprintln(w, "OK") return } |
