refactor: change name tmp for feudecamp
This commit is contained in:
parent
620c6c6aae
commit
014fb66867
2 changed files with 1 additions and 1 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue