aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/whoisfront/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/whoisfront/main.go b/cmd/whoisfront/main.go
index 73ec556..ce3aff7 100644
--- a/cmd/whoisfront/main.go
+++ b/cmd/whoisfront/main.go
@@ -46,5 +46,6 @@ func handle(w http.ResponseWriter, r *http.Request) {
panic(err)
}
+ w.Header().Set("Content-Type", "text/plain")
fmt.Fprint(w, st.Front)
}