TODOs, clarity

This commit is contained in:
Ian Gulliver
2023-06-01 08:46:56 -07:00
parent 755ddc99f7
commit 4da068ed5c
2 changed files with 5 additions and 1 deletions

View File

@@ -142,6 +142,7 @@ func (c *Candidate) ServeHTTP(w http.ResponseWriter, r *http.Request) {
}
w.Header().Set("Content-Type", "application/json")
// TODO: Sign responses
enc := json.NewEncoder(w)