chore: update
Some checks failed
Build and Push Server / build-and-push (push) Failing after 4m8s

This commit is contained in:
Max Richter
2025-11-04 12:26:38 +01:00
parent 851babe1e0
commit cc19724277
3 changed files with 3 additions and 2 deletions

View File

@@ -99,7 +99,6 @@ func (h *Handler) post(w http.ResponseWriter, r *http.Request, target string) {
}
writeJSON(w, http.StatusOK, map[string]any{"success": true})
return
}
func (h *Handler) ServeHTTP(w http.ResponseWriter, r *http.Request) {