update dthe acces-controll-allow-origin header
HEAD master1 files changed, 1 insertions, 1 deletions
diff --git a/src/http.go b/src/http.go
index 04ade17..2eaf276 100644
--- a/src/http.go
+++ b/src/http.go
@@ -36,7 +36,7 @@ func locationHandlerEndpoint(w http.ResponseWriter, r *http.Request) {
// set some headers
w.Header().Set("Content-Type", "application/json")
- w.Header().Set("Access-Control-Allow-Origin", "https://grafana.nbg1.emile.space")
+ w.Header().Set("Access-Control-Allow-Origin", "https://grafana.fsn1.emile.space")
// start building json (yes, this is not a nice implementation, PRs welcome!)
fmt.Fprintf(w, "%s", "[")
|