From 014fb668676e0f3fec2c5b98d277457a8680a172 Mon Sep 17 00:00:00 2001 From: rick Date: Tue, 31 Aug 2021 19:26:03 +0200 Subject: [PATCH] refactor: change name tmp for feudecamp --- server.go | 2 +- static/{tmp.html => feudecamp.html} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename static/{tmp.html => feudecamp.html} (100%) 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