Skip to content

Commit c446ba1

Browse files
Update content/docs/platform/integrations/push/push-activity-tracking.mdx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 7cb8754 commit c446ba1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/docs/platform/integrations/push/push-activity-tracking.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ The goal is to capture the event and send a JSON payload to your backend. The tw
8484
platform: 'android',
8585
};
8686

87-
fetch("https://your-api.com/api/notifications/events
88-
", {
87+
fetch("https://your-api.com/api/notifications/events", {
8988
method: "POST",
9089
headers: { "Content-Type": "application/json" },
9190
body: JSON.stringify(eventData),

0 commit comments

Comments
 (0)