From 64c500ef04e3b5450fe4302952144ad6eea151b2 Mon Sep 17 00:00:00 2001 From: hook-lord Date: Fri, 6 Dec 2024 23:53:02 +0100 Subject: [PATCH] file name --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index efc8ea9..33befe6 100644 --- a/main.go +++ b/main.go @@ -22,7 +22,7 @@ func main() { if !setHeader(w, r) { return } - http.ServeFile(w, r, "/app/data/itjobbank.json") + http.ServeFile(w, r, "/app/data/it-jobbank.json") }) mux.HandleFunc("/favicon.ico", func(w http.ResponseWriter, r *http.Request) {