summaryrefslogtreecommitdiff
path: root/http.go
diff options
context:
space:
mode:
Diffstat (limited to 'http.go')
-rw-r--r--http.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/http.go b/http.go
index 961ca2b..cf6ad67 100644
--- a/http.go
+++ b/http.go
@@ -58,6 +58,7 @@ func okHandler(w http.ResponseWriter, r *http.Request) {
if tmp == "/writeconfig" {
writeConfigFile()
+ fmt.Fprintln(w, "OK")
return
}