diff --git a/handlers/ticket.go b/handlers/ticket.go index 0ac06b267..a9b37d203 100644 --- a/handlers/ticket.go +++ b/handlers/ticket.go @@ -257,7 +257,7 @@ func (th *ticketHandler) PostTicketDataToStakwork(w http.ResponseWriter, r *http return } - webhookURL := fmt.Sprintf("%s/bounties/ticket/review/", host) + webhookURL := fmt.Sprintf("%s/bounties/ticket/review", host) stakworkPayload := map[string]interface{}{ "name": "Hive Ticket Builder",