summaryrefslogtreecommitdiff
path: root/system/api/handlers.go
diff options
context:
space:
mode:
Diffstat (limited to 'system/api/handlers.go')
-rw-r--r--system/api/handlers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/api/handlers.go b/system/api/handlers.go
index 071a373..2473c24 100644
--- a/system/api/handlers.go
+++ b/system/api/handlers.go
@@ -231,7 +231,7 @@ func toJSON(data []string) ([]byte, error) {
return buf.Bytes(), nil
}
-// sendData() should be used any time you want to communicate
+// sendData should be used any time you want to communicate
// data back to a foreign client
func sendData(res http.ResponseWriter, data []byte, code int) {
res, cors := responseWithCORS(res)