diff --git a/pkg/spamasaurusrex/main.go b/pkg/spamasaurusrex/main.go index 945f088..7f00e35 100644 --- a/pkg/spamasaurusrex/main.go +++ b/pkg/spamasaurusrex/main.go @@ -59,7 +59,7 @@ func callbackHandler(w http.ResponseWriter, r *http.Request) { // w.Write([]byte("Authentication successful!")) url := "https://alias.spamasaurus.com" - http.Redirect(w, r, url, http.StatusAccepted) + http.Redirect(w, r, url, http.StatusSeeOther) } func healthHandler(w http.ResponseWriter, r *http.Request) {