file name
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 23s

This commit is contained in:
hook-lord 2024-12-06 23:53:02 +01:00
parent f45de9727b
commit 64c500ef04

View File

@ -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) {