260703_002349

This commit is contained in:
Maciej J. Bowszys 2026-07-03 00:23:49 +02:00
parent 29b1187cf7
commit 32e56ef712

View File

@ -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(){