From b5f6be0bc6c6053193c9cfa9b33fdcfb4258790d Mon Sep 17 00:00:00 2001 From: etwas Date: Tue, 15 Apr 2025 21:48:41 +0200 Subject: [PATCH] fix: this should have been moved commits ago --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index 24acbec..32fbfbf 100644 --- a/main.go +++ b/main.go @@ -323,7 +323,6 @@ func (h *stopDeparturesHandler) ServeHTTP(w http.ResponseWriter, r *http.Request } // Return Data - w.Header().Set("Content-Type", "application/json") w.WriteHeader(http.StatusOK) err = enc.Encode(stationsReturn)