260703_002705

This commit is contained in:
Maciej J. Bowszys 2026-07-03 00:27:05 +02:00
parent 6f27b22088
commit 44a9d46d41

View File

@ -254,6 +254,7 @@ func hdlr_film_parseMsg(resp http.ResponseWriter, req *http.Request){
t_json, _ := json.MarshalIndent(db_film, "", " ")
fmt.Printf("%+v\n", string(t_json))
fmt.Println("/film/view/?id="+string(len(db_film)-1))
http.Redirect(resp, req, "/film/view/?id="+string(len(db_film)-1), http.StatusFound)
}