260703_002705
This commit is contained in:
parent
6f27b22088
commit
44a9d46d41
@ -254,6 +254,7 @@ func hdlr_film_parseMsg(resp http.ResponseWriter, req *http.Request){
|
|||||||
|
|
||||||
t_json, _ := json.MarshalIndent(db_film, "", " ")
|
t_json, _ := json.MarshalIndent(db_film, "", " ")
|
||||||
fmt.Printf("%+v\n", string(t_json))
|
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)
|
http.Redirect(resp, req, "/film/view/?id="+string(len(db_film)-1), http.StatusFound)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user