refactor: change name tmp for feudecamp

This commit is contained in:
rick 2021-08-31 19:26:03 +02:00
parent 620c6c6aae
commit 014fb66867
Signed by: Rick
GPG key ID: 2B593F087240EE99
2 changed files with 1 additions and 1 deletions

View file

@ -120,7 +120,7 @@ func formHandler(w http.ResponseWriter, r *http.Request) {
//fmt.Fprintf(w, "Type ID = %s\n", type_id)
//fmt.Fprintf(w, "ID = %s\n", id)
w.Header().Set("Location", "/tmp.html")
w.Header().Set("Location", "/feudecamp.html")
w.WriteHeader(http.StatusSeeOther)
//go getListPlaylist("6OGZZ8tI45MB1d3EUEqNKI")
go getListPlaylist(r.FormValue("id"))