diff --git a/worker/worker.go b/worker/worker.go index 9b4b7bae..d0a7d116 100644 --- a/worker/worker.go +++ b/worker/worker.go @@ -64,9 +64,11 @@ func processCampaign(c *models.Campaign) { models.Result URL string Tracker string + TrackingURL }{ t, "http://" + ips[0].String() + "?rid=" + t.RId, + "", "http://" + ips[0].String() + "/track?rid=" + t.RId, } // Parse the templates