file name
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 23s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 23s
This commit is contained in:
parent
f45de9727b
commit
64c500ef04
2
main.go
2
main.go
@ -22,7 +22,7 @@ func main() {
|
|||||||
if !setHeader(w, r) {
|
if !setHeader(w, r) {
|
||||||
return
|
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) {
|
mux.HandleFunc("/favicon.ico", func(w http.ResponseWriter, r *http.Request) {
|
||||||
|
Loading…
Reference in New Issue
Block a user