return after redirect
This commit is contained in:
parent
234f4b2dad
commit
2d19f53cb8
1 changed files with 1 additions and 0 deletions
1
web.go
1
web.go
|
|
@ -1142,6 +1142,7 @@ func submithonker(w http.ResponseWriter, r *http.Request) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
http.Redirect(w, r, "/honkers", http.StatusSeeOther)
|
http.Redirect(w, r, "/honkers", http.StatusSeeOther)
|
||||||
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
flavor := "presub"
|
flavor := "presub"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue