return after redirect

Ted Unangst 5 years ago
parent f1a82b70d9
commit 674f58ba32

@ -1142,6 +1142,7 @@ func submithonker(w http.ResponseWriter, r *http.Request) {
return
}
http.Redirect(w, r, "/honkers", http.StatusSeeOther)
return
}
flavor := "presub"

Loading…
Cancel
Save