Update view_torrent_handler.go
Cette révision appartient à :
Parent
bd59f3afd1
révision
d5ad9618ac
1 fichiers modifiés avec 1 ajouts et 1 suppressions
|
@ -84,7 +84,7 @@ func ViewHeadHandler(w http.ResponseWriter, r *http.Request) {
|
||||||
|
|
||||||
// PostCommentHandler : Controller for posting a comment
|
// PostCommentHandler : Controller for posting a comment
|
||||||
func PostCommentHandler(w http.ResponseWriter, r *http.Request) {
|
func PostCommentHandler(w http.ResponseWriter, r *http.Request) {
|
||||||
//defer r.Body.Close()
|
defer r.Body.Close()
|
||||||
vars := mux.Vars(r)
|
vars := mux.Vars(r)
|
||||||
id := vars["id"]
|
id := vars["id"]
|
||||||
|
|
||||||
|
|
Référencer dans un nouveau ticket