diff --git a/service/service.go b/service/service.go index dec09f6..98b2c7a 100644 --- a/service/service.go +++ b/service/service.go @@ -67,6 +67,7 @@ type CreateTicketResp struct { Sess string `json:"sess"` } +// todo tg mess func (h *Heruvym) CreateTicket(w http.ResponseWriter, r *http.Request) { defer func() { if err := r.Body.Close(); err != nil {