Skip to content

Commit c8e9c14

Browse files
committed
opens path
1 parent 05ff634 commit c8e9c14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/notifuse_mjml/template_compilation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ func GenerateHTMLOpenTrackingPixel(workspaceID string, messageID string, apiEndp
183183
// URL encode the parameters to handle special characters
184184
encodedMID := url.QueryEscape(messageID)
185185
encodedWID := url.QueryEscape(workspaceID)
186-
pixelURL := fmt.Sprintf("%s/open?mid=%s&wid=%s",
186+
pixelURL := fmt.Sprintf("%s/opens?mid=%s&wid=%s",
187187
apiEndpoint, encodedMID, encodedWID)
188188
return fmt.Sprintf(`<img src="%s" alt="" width="1" height="1">`, pixelURL)
189189
}

0 commit comments

Comments
 (0)