diff --git a/server.go b/server.go index 930cfdb..d36f73e 100644 --- a/server.go +++ b/server.go @@ -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")) diff --git a/static/tmp.html b/static/feudecamp.html similarity index 100% rename from static/tmp.html rename to static/feudecamp.html