From 32e56ef712acca3af8008daf8531eb0f2b101dbb Mon Sep 17 00:00:00 2001 From: Maciej Bowszys Date: Fri, 3 Jul 2026 00:23:49 +0200 Subject: [PATCH] 260703_002349 --- moira_db.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moira_db.go b/moira_db.go index f792006..d9cf0bd 100644 --- a/moira_db.go +++ b/moira_db.go @@ -255,7 +255,7 @@ func hdlr_film_parseMsg(resp http.ResponseWriter, req *http.Request){ t_json, _ := json.MarshalIndent(t_film, "", " ") fmt.Printf("%+v\n", string(t_json)) - http.Redirect(resp, req, "/film/view/"+string(len(db_film)-1), http.StatusFound) + http.Redirect(resp, req, "/film/view/?id="+string(len(db_film)-1), http.StatusFound) } func main(){