frontend: add CORS header to API
This commit is contained in:
parent
472cec74b0
commit
e2cc580da3
@ -107,6 +107,7 @@ func apiHandler(w http.ResponseWriter, r *http.Request) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
w.Header().Add("Content-Type", "application/json")
|
w.Header().Add("Content-Type", "application/json")
|
||||||
|
w.Header().Add("Access-Control-Allow-Origin", "*")
|
||||||
bytes, err := json.Marshal(response)
|
bytes, err := json.Marshal(response)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
println(err.Error())
|
println(err.Error())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user