Skip to content
Snippets Groups Projects

Allow to reset key store and stop key fetching

Merged Malte Bauch requested to merge qkdnm-set-key-store into master
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -94,7 +94,6 @@ func logFileRequest(w http.ResponseWriter, r *http.Request) {
http.Error(w, "Method not allowed", http.StatusMethodNotAllowed)
logrus.Errorf("Method not allowed: %s", r.Method)
return
}
logrus.Info("Log file requested")
Loading